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

Unified Diff: Source/web/WebDevToolsFrontendImpl.cpp

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/WebDevToolsFrontendImpl.h ('k') | Source/web/WebDocument.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsFrontendImpl.cpp
diff --git a/Source/web/WebDevToolsFrontendImpl.cpp b/Source/web/WebDevToolsFrontendImpl.cpp
index 64ad9b9916daf161c4e889822580da411c464adb..fe2828a617ac969ff92ac79851e3c2e1502d29a8 100644
--- a/Source/web/WebDevToolsFrontendImpl.cpp
+++ b/Source/web/WebDevToolsFrontendImpl.cpp
@@ -62,7 +62,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
class WebDevToolsFrontendImpl::InspectorFrontendResumeObserver : public ActiveDOMObject {
WTF_MAKE_NONCOPYABLE(InspectorFrontendResumeObserver);
@@ -172,4 +172,4 @@ void WebDevToolsFrontendImpl::doDispatchOnInspectorFrontend(const WebString& mes
ScriptController::callFunction(frame->frame()->document(), function, dispatcherObject, args.size(), args.data(), isolate);
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebDevToolsFrontendImpl.h ('k') | Source/web/WebDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698