Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / RuntimeCSSEnabled.h
index 493d3a5..8cc5ff5 100644 (file)
 #ifndef RuntimeCSSEnabled_h
 #define RuntimeCSSEnabled_h
 
-#include "CSSPropertyNames.h"
+#include "core/CSSPropertyNames.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 // A class storing static arrays for enabling CSS properties at
 // runtime. By default, all properties are enabled.
@@ -51,6 +51,6 @@ private:
     RuntimeCSSEnabled();
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // RuntimeCSSEnabled_h