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

Unified Diff: public/web/WebDOMActivityLogger.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/web/WebCustomElement.h ('k') | public/web/WebDOMCustomEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDOMActivityLogger.h
diff --git a/public/web/WebDOMActivityLogger.h b/public/web/WebDOMActivityLogger.h
index fc77c89a4c9187e560523d725faec8e326d92dd0..9664be511079edd673e0f8a3ae8e967eb9b86705 100644
--- a/public/web/WebDOMActivityLogger.h
+++ b/public/web/WebDOMActivityLogger.h
@@ -36,7 +36,7 @@
#include "../platform/WebURL.h"
#include <v8.h>
-namespace WebKit {
+namespace blink {
class WebDOMActivityLogger {
public:
@@ -52,6 +52,6 @@ BLINK_EXPORT bool hasDOMActivityLogger(int worldId);
// with the world identified by worldId (worldId may be 0 identifying the main world).
BLINK_EXPORT void setDOMActivityLogger(int worldId, WebDOMActivityLogger*);
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebCustomElement.h ('k') | public/web/WebDOMCustomEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698