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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 467573002: Cleanup namespace usage in Source/web/Web*.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « Source/web/WebRemoteFrameImpl.h ('k') | Source/web/WebSharedWorkerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 81a21edb1406919152e497ba3943618d69123c61..ed1242176dc8a6b96885a058a69144aa87b544c8 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -34,15 +34,13 @@
#include "public/web/WebSettings.h"
namespace blink {
+
class InspectorController;
class Settings;
-}
-
-namespace blink {
class WebSettingsImpl FINAL : public WebSettings {
public:
- explicit WebSettingsImpl(blink::Settings*, blink::InspectorController*);
+ explicit WebSettingsImpl(Settings*, InspectorController*);
virtual ~WebSettingsImpl() { }
virtual bool mainFrameResizesAreOrientationChanges() const OVERRIDE;
@@ -186,8 +184,8 @@ public:
bool mockGestureTapHighlightsEnabled() const;
private:
- blink::Settings* m_settings;
- blink::InspectorController* m_inspectorController;
+ Settings* m_settings;
+ InspectorController* m_inspectorController;
bool m_showFPSCounter;
bool m_showPaintRects;
bool m_renderVSyncNotificationEnabled;
« no previous file with comments | « Source/web/WebRemoteFrameImpl.h ('k') | Source/web/WebSharedWorkerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698