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

Unified Diff: Source/platform/EventTracer.h

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/DragImageTest.cpp ('k') | Source/platform/EventTracer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/EventTracer.h
diff --git a/Source/platform/EventTracer.h b/Source/platform/EventTracer.h
index a5ecebf5371ccab05c435900b17953eff02bfe6b..cd48a2d742045d9a24dad8be8e2688e77720c20d 100644
--- a/Source/platform/EventTracer.h
+++ b/Source/platform/EventTracer.h
@@ -42,7 +42,7 @@
// to explicitly enable the event.
#define TRACE_DISABLED_BY_DEFAULT(name) "disabled-by-default-" name
-namespace WebCore {
+namespace blink {
namespace TraceEvent {
typedef uint64_t TraceEventHandle;
@@ -70,7 +70,7 @@ public:
const char* argNames[],
const unsigned char argTypes[],
const unsigned long long argValues[],
- WebCore::TraceEvent::ConvertableToTraceFormat*[],
+ blink::TraceEvent::ConvertableToTraceFormat*[],
unsigned char flags);
static TraceEvent::TraceEventHandle addTraceEvent(char phase,
const unsigned char* categoryEnabledFlag,
@@ -84,6 +84,6 @@ public:
static void updateTraceEventDuration(const unsigned char* categoryEnabledFlag, const char* name, TraceEvent::TraceEventHandle);
};
-} // namespace WebCore
+} // namespace blink
#endif // EventTracer_h
« no previous file with comments | « Source/platform/DragImageTest.cpp ('k') | Source/platform/EventTracer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698