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

Unified Diff: Source/web/WebDevToolsFrontendImpl.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/WebDevToolsAgentPrivate.h ('k') | Source/web/WebDevToolsFrontendImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsFrontendImpl.h
diff --git a/Source/web/WebDevToolsFrontendImpl.h b/Source/web/WebDevToolsFrontendImpl.h
index d8dbad11f4c21b6248cc09f0ebb55d93a847e936..007ed4934412ba28ae6110a774ad82de72a212b9 100644
--- a/Source/web/WebDevToolsFrontendImpl.h
+++ b/Source/web/WebDevToolsFrontendImpl.h
@@ -39,7 +39,7 @@
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
-namespace WebKit {
+namespace blink {
class WebDevToolsClientDelegate;
class WebViewImpl;
@@ -47,12 +47,12 @@ struct WebDevToolsMessageData;
using WTF::String;
-class WebDevToolsFrontendImpl : public WebKit::WebDevToolsFrontend {
+class WebDevToolsFrontendImpl : public blink::WebDevToolsFrontend {
WTF_MAKE_NONCOPYABLE(WebDevToolsFrontendImpl);
public:
WebDevToolsFrontendImpl(
- WebKit::WebViewImpl* webViewImpl,
- WebKit::WebDevToolsFrontendClient* client,
+ blink::WebViewImpl* webViewImpl,
+ blink::WebDevToolsFrontendClient* client,
const String& applicationLocale);
virtual ~WebDevToolsFrontendImpl();
@@ -65,14 +65,14 @@ private:
void maybeDispatch(WebCore::Timer<WebDevToolsFrontendImpl>*);
void doDispatchOnInspectorFrontend(const WebString& message);
- WebKit::WebViewImpl* m_webViewImpl;
- WebKit::WebDevToolsFrontendClient* m_client;
+ blink::WebViewImpl* m_webViewImpl;
+ blink::WebDevToolsFrontendClient* m_client;
String m_applicationLocale;
OwnPtr<InspectorFrontendResumeObserver> m_inspectorFrontendResumeObserver;
Deque<WebString> m_messages;
WebCore::Timer<WebDevToolsFrontendImpl> m_inspectorFrontendDispatchTimer;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/WebDevToolsAgentPrivate.h ('k') | Source/web/WebDevToolsFrontendImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698