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

Unified Diff: Source/web/WebDevToolsFrontendImpl.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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 3bec36dc3b4bee72280ee459375d69d971cce426..8a04915af5352f6fe69cea472d3a41722c058fc6 100644
--- a/Source/web/WebDevToolsFrontendImpl.cpp
+++ b/Source/web/WebDevToolsFrontendImpl.cpp
@@ -57,7 +57,7 @@
#include "web/WebViewImpl.h"
#include "wtf/OwnPtr.h"
-using namespace WebCore;
+using namespace blink;
namespace blink {
@@ -118,7 +118,7 @@ void WebDevToolsFrontendImpl::resume()
m_inspectorFrontendDispatchTimer.startOneShot(0, FROM_HERE);
}
-void WebDevToolsFrontendImpl::maybeDispatch(WebCore::Timer<WebDevToolsFrontendImpl>*)
+void WebDevToolsFrontendImpl::maybeDispatch(blink::Timer<WebDevToolsFrontendImpl>*)
{
while (!m_messages.isEmpty()) {
Document* document = m_webViewImpl->page()->deprecatedLocalMainFrame()->document();
« 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