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

Unified Diff: Source/bindings/core/v8/V8DOMActivityLogger.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (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
Index: Source/bindings/core/v8/V8DOMActivityLogger.h
diff --git a/Source/bindings/core/v8/V8DOMActivityLogger.h b/Source/bindings/core/v8/V8DOMActivityLogger.h
index 0e62eb610549dc7159572330621474654662c0c8..ac2b59ff77a8c5a057e2b3198747c332116f8c06 100644
--- a/Source/bindings/core/v8/V8DOMActivityLogger.h
+++ b/Source/bindings/core/v8/V8DOMActivityLogger.h
@@ -35,7 +35,7 @@
#include "wtf/text/WTFString.h"
#include <v8.h>
-namespace WebCore {
+namespace blink {
class KURL;
@@ -72,6 +72,6 @@ public:
};
-} // namespace WebCore
+} // namespace blink
#endif // V8DOMActivityLogger_h
« no previous file with comments | « Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp ('k') | Source/bindings/core/v8/V8DOMActivityLogger.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698