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

Unified Diff: Source/platform/TraceLocation.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/TraceEvent.h ('k') | Source/platform/TracedValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/TraceLocation.h
diff --git a/Source/platform/TraceLocation.h b/Source/platform/TraceLocation.h
index a44ce85c3b8532cbf8ec66fdb1612b934d5e82b6..885a2e4c5ae7c1972721d06bd276d9fe6233317c 100644
--- a/Source/platform/TraceLocation.h
+++ b/Source/platform/TraceLocation.h
@@ -9,7 +9,7 @@
// that we could easily replace usage of TraceLocation
// with base::Location after merging into Chromium.
-namespace WebCore {
+namespace blink {
class TraceLocation {
public:
@@ -33,7 +33,7 @@ private:
const char* m_fileName;
};
-#define FROM_HERE ::WebCore::TraceLocation(__FUNCTION__, __FILE__)
+#define FROM_HERE ::blink::TraceLocation(__FUNCTION__, __FILE__)
}
#endif // TraceLocation_h
« no previous file with comments | « Source/platform/TraceEvent.h ('k') | Source/platform/TracedValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698