Merge "Hide ScopedTrace."

This commit is contained in:
Dan Albert
2014-08-13 20:07:44 +00:00
committed by Gerrit Code Review

View File

@@ -23,7 +23,7 @@
// ScopedTrace("Trace message");
// The trace will end when the contructor goes out of scope.
class ScopedTrace {
class __LIBC_HIDDEN__ ScopedTrace {
public:
explicit ScopedTrace(const char* message);
~ScopedTrace();