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

Unified Diff: Source/platform/EventTracer.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (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 | « Source/platform/EventTracer.h ('k') | Source/platform/FileChooser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/EventTracer.cpp
diff --git a/Source/platform/EventTracer.cpp b/Source/platform/EventTracer.cpp
index 5d35f6c6aa0d161d8a2b12cdc3a35dffa71d87e9..594803afa748cd329e1f8f1afab70c1b440744f1 100644
--- a/Source/platform/EventTracer.cpp
+++ b/Source/platform/EventTracer.cpp
@@ -36,7 +36,7 @@
#include "wtf/Assertions.h"
#include <stdio.h>
-namespace WebCore {
+namespace blink {
COMPILE_ASSERT(sizeof(blink::Platform::TraceEventHandle) == sizeof(TraceEvent::TraceEventHandle), TraceEventHandle_types_must_be_compatible);
@@ -104,4 +104,4 @@ void EventTracer::updateTraceEventDuration(const unsigned char* categoryEnabledF
blink::Platform::current()->updateTraceEventDuration(categoryEnabledFlag, name, handle);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/EventTracer.h ('k') | Source/platform/FileChooser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698