| Index: Source/web/WebSettingsImpl.h
|
| diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
|
| index 7838cc9511ffedb1bd6275258aca0ec202d159bd..cb0bb654a6e45c5818467ff41d7b2a659e26988f 100644
|
| --- a/Source/web/WebSettingsImpl.h
|
| +++ b/Source/web/WebSettingsImpl.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "public/web/WebSettings.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class InspectorController;
|
| class Settings;
|
| }
|
| @@ -42,7 +42,7 @@ namespace blink {
|
|
|
| class WebSettingsImpl FINAL : public WebSettings {
|
| public:
|
| - explicit WebSettingsImpl(WebCore::Settings*, WebCore::InspectorController*);
|
| + explicit WebSettingsImpl(blink::Settings*, blink::InspectorController*);
|
| virtual ~WebSettingsImpl() { }
|
|
|
| virtual bool mainFrameResizesAreOrientationChanges() const OVERRIDE;
|
| @@ -188,8 +188,8 @@ public:
|
| bool clobberUserAgentInitialScaleQuirk() const { return m_clobberUserAgentInitialScaleQuirk; }
|
|
|
| private:
|
| - WebCore::Settings* m_settings;
|
| - WebCore::InspectorController* m_inspectorController;
|
| + blink::Settings* m_settings;
|
| + blink::InspectorController* m_inspectorController;
|
| bool m_showFPSCounter;
|
| bool m_showPaintRects;
|
| bool m_renderVSyncNotificationEnabled;
|
|
|