Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / build / scripts / templates / RuntimeEnabledFeatures.h.tmpl
index 9e352b4..da33964 100644 (file)
@@ -6,7 +6,7 @@
 
 #include "platform/PlatformExport.h"
 
-namespace WebCore {
+namespace blink {
 
 // A class that stores static enablers for all experimental features.
 
@@ -46,6 +46,6 @@ private:
     {% endfor %}
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // RuntimeEnabledFeatures_h