Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderThemeChromiumAndroid.h
index 9889dc0..b8c44d2 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "core/rendering/RenderThemeChromiumDefault.h"
 
-namespace WebCore {
+namespace blink {
 
 class RenderThemeChromiumAndroid FINAL : public RenderThemeChromiumDefault {
 public:
@@ -61,6 +61,6 @@ private:
     static const RGBA32 defaultActiveSelectionBackgroundColor = 0x6633b5e5;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // RenderThemeChromiumAndroid_h