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

Unified Diff: Source/web/InspectorFrontendClientImpl.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/InspectorClientImpl.cpp ('k') | Source/web/InspectorFrontendClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorFrontendClientImpl.h
diff --git a/Source/web/InspectorFrontendClientImpl.h b/Source/web/InspectorFrontendClientImpl.h
index 0b9ae7144ad2d1e36e82bb076c20ee5c32f993fc..3fbf6cb58b1b13fa8a6328cb27932be913311bf1 100644
--- a/Source/web/InspectorFrontendClientImpl.h
+++ b/Source/web/InspectorFrontendClientImpl.h
@@ -39,7 +39,7 @@ class InspectorFrontendHost;
class Page;
}
-namespace WebKit {
+namespace blink {
class WebDevToolsFrontendClient;
class WebDevToolsFrontendImpl;
@@ -67,6 +67,6 @@ private:
RefPtr<WebCore::InspectorFrontendHost> m_frontendHost;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/InspectorClientImpl.cpp ('k') | Source/web/InspectorFrontendClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698