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

Unified Diff: public/platform/WebConvertableToTraceFormat.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/WebContentDecryptionModuleResult.h ('k') | public/platform/WebCrypto.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 ee944acb727d6a45e80bff84077e9d698f98e3ad..23f101d232af3e683b32717a55af22bb85a46fc5 100644
--- a/public/platform/WebConvertableToTraceFormat.h
+++ b/public/platform/WebConvertableToTraceFormat.h
@@ -8,7 +8,7 @@
#include "WebPrivatePtr.h"
#include "WebString.h"
-namespace WebCore {
+namespace blink {
namespace TraceEvent {
class ConvertableToTraceFormat;
}
@@ -20,7 +20,7 @@ class WebConvertableToTraceFormat {
public:
WebConvertableToTraceFormat() { }
#if INSIDE_BLINK
- WebConvertableToTraceFormat(WebCore::TraceEvent::ConvertableToTraceFormat*);
+ WebConvertableToTraceFormat(blink::TraceEvent::ConvertableToTraceFormat*);
#endif
~WebConvertableToTraceFormat() { reset(); }
@@ -36,7 +36,7 @@ public:
}
private:
- WebPrivatePtr<WebCore::TraceEvent::ConvertableToTraceFormat> m_private;
+ WebPrivatePtr<blink::TraceEvent::ConvertableToTraceFormat> m_private;
};
} // namespace blink
« no previous file with comments | « public/platform/WebContentDecryptionModuleResult.h ('k') | public/platform/WebCrypto.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698