Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / SettingsDelegate.h
index 9c22ee9..0552e6b 100644 (file)
@@ -34,9 +34,8 @@
 #include "wtf/OwnPtr.h"
 #include "wtf/PassOwnPtr.h"
 
-namespace WebCore {
+namespace blink {
 
-class Page;
 class Settings;
 
 class SettingsDelegate {
@@ -59,6 +58,7 @@ public:
         ScriptEnableChange,
         FontFamilyChange,
         AcceleratedCompositingChange,
+        MediaQueryChange,
     };
 
     virtual void settingsChanged(ChangeType) = 0;
@@ -67,6 +67,6 @@ protected:
     OwnPtr<Settings> const m_settings;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SettingsDelegate_h