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

Unified Diff: Source/web/WebPagePopupImpl.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/WebOptionElement.cpp ('k') | Source/web/WebPagePopupImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPagePopupImpl.h
diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h
index 74641ff31281b9faaef9dc1006daf3ad8a8a0320..660c47f75ff88e869dde8b13b46b6e645aaf48b4 100644
--- a/Source/web/WebPagePopupImpl.h
+++ b/Source/web/WebPagePopupImpl.h
@@ -43,7 +43,7 @@ class PagePopupClient;
class PlatformKeyboardEvent;
}
-namespace WebKit {
+namespace blink {
class PagePopupChromeClient;
class WebViewImpl;
@@ -109,5 +109,5 @@ inline WebPagePopupImpl* toWebPagePopupImpl(WebCore::PagePopup* popup)
return static_cast<WebPagePopupImpl*>(popup);
}
-} // namespace WebKit
+} // namespace blink
#endif // WebPagePopupImpl_h
« no previous file with comments | « Source/web/WebOptionElement.cpp ('k') | Source/web/WebPagePopupImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698