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

Unified Diff: Source/web/WebPagePopupImpl.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/WebPagePopupImpl.h ('k') | Source/web/WebPageSerializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPagePopupImpl.cpp
diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp
index f47327430910027a79bdbda8c6d46cdc2d7a34d1..22f049089d006fd235fbb03eb0088e4b3662607e 100644
--- a/Source/web/WebPagePopupImpl.cpp
+++ b/Source/web/WebPagePopupImpl.cpp
@@ -55,7 +55,7 @@
using namespace WebCore;
using namespace std;
-namespace WebKit {
+namespace blink {
class PagePopupChromeClient : public EmptyChromeClient {
WTF_MAKE_NONCOPYABLE(PagePopupChromeClient);
@@ -348,4 +348,4 @@ WebPagePopup* WebPagePopup::create(WebWidgetClient* client)
return adoptRef(new WebPagePopupImpl(client)).leakRef();
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebPagePopupImpl.h ('k') | Source/web/WebPageSerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698