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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/WebSerializedScriptValue.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('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 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;
« no previous file with comments | « Source/web/WebSerializedScriptValue.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698