Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: public/platform/WebConvertableToTraceFormat.h

Issue 457353002: Cleanup namespace usage in public/platform/Web[A-M]*.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/platform/WebContentLayerClient.h ('k') | public/platform/WebCookieJar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebConvertableToTraceFormat.h
diff --git a/public/platform/WebConvertableToTraceFormat.h b/public/platform/WebConvertableToTraceFormat.h
index 23f101d232af3e683b32717a55af22bb85a46fc5..803e5f5dbcb8aefb53f4daca3079f48221f3ae2b 100644
--- a/public/platform/WebConvertableToTraceFormat.h
+++ b/public/platform/WebConvertableToTraceFormat.h
@@ -9,18 +9,16 @@
#include "WebString.h"
namespace blink {
+
namespace TraceEvent {
class ConvertableToTraceFormat;
}
-}
-
-namespace blink {
class WebConvertableToTraceFormat {
public:
WebConvertableToTraceFormat() { }
#if INSIDE_BLINK
- WebConvertableToTraceFormat(blink::TraceEvent::ConvertableToTraceFormat*);
+ WebConvertableToTraceFormat(TraceEvent::ConvertableToTraceFormat*);
#endif
~WebConvertableToTraceFormat() { reset(); }
@@ -36,7 +34,7 @@ public:
}
private:
- WebPrivatePtr<blink::TraceEvent::ConvertableToTraceFormat> m_private;
+ WebPrivatePtr<TraceEvent::ConvertableToTraceFormat> m_private;
};
} // namespace blink
« no previous file with comments | « public/platform/WebContentLayerClient.h ('k') | public/platform/WebCookieJar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698