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

Unified Diff: Source/web/BackForwardClientImpl.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/AutofillPopupMenuClient.cpp ('k') | Source/web/BackForwardClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/BackForwardClientImpl.h
diff --git a/Source/web/BackForwardClientImpl.h b/Source/web/BackForwardClientImpl.h
index 1b4a1991dc42d12db56e1b7c96f5b802a144198e..fcb713c4b656a5965796fcdbd9076ca33a34595a 100644
--- a/Source/web/BackForwardClientImpl.h
+++ b/Source/web/BackForwardClientImpl.h
@@ -34,7 +34,7 @@
#include "core/history/HistoryItem.h"
#include "core/page/BackForwardClient.h"
-namespace WebKit {
+namespace blink {
class WebViewImpl;
class BackForwardClientImpl : public WebCore::BackForwardClient {
@@ -51,6 +51,6 @@ private:
WebViewImpl* m_webView;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/AutofillPopupMenuClient.cpp ('k') | Source/web/BackForwardClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698