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

Unified Diff: Source/web/BackForwardClientImpl.h

Issue 474183002: Cleanup namespace usage in Source/web/*.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « no previous file | Source/web/ColorChooserPopupUIController.h » ('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 5ccba8de2bae58e631a52860cbf05f95ae487ba2..896631da211ace6ff3a8d96a1ffed7bd075ccb48 100644
--- a/Source/web/BackForwardClientImpl.h
+++ b/Source/web/BackForwardClientImpl.h
@@ -34,15 +34,16 @@
#include "core/page/BackForwardClient.h"
namespace blink {
+
class WebViewImpl;
-class BackForwardClientImpl FINAL : public blink::BackForwardClient {
+class BackForwardClientImpl FINAL : public BackForwardClient {
public:
explicit BackForwardClientImpl(WebViewImpl*);
virtual ~BackForwardClientImpl();
private:
- // blink::BackForwardList methods:
+ // BackForwardList methods:
virtual int backListCount() OVERRIDE;
virtual int forwardListCount() OVERRIDE;
virtual int backForwardListCount() OVERRIDE;
« no previous file with comments | « no previous file | Source/web/ColorChooserPopupUIController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698