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

Unified Diff: Source/web/WebDevToolsAgentImpl.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 | « Source/web/WebDatabase.cpp ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsAgentImpl.h
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
index b2800c8b6cd140579ad2cf8571a1b09dc7b8ea1d..00995639f7b6e812f7d2a80c9e5e8b88affe150d 100644
--- a/Source/web/WebDevToolsAgentImpl.h
+++ b/Source/web/WebDevToolsAgentImpl.h
@@ -52,7 +52,7 @@ class Node;
class PlatformKeyboardEvent;
}
-namespace WebKit {
+namespace blink {
class WebDevToolsAgentClient;
class WebFrame;
@@ -141,6 +141,6 @@ private:
bool m_isOverlayScrollbarsEnabled;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/WebDatabase.cpp ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698