Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / Theme.h
index 50a21a6..041b827 100644 (file)
@@ -35,7 +35,7 @@
 #include "platform/graphics/Color.h"
 #include "wtf/Forward.h"
 
-namespace WebCore {
+namespace blink {
 
 class GraphicsContext;
 class ScrollView;
@@ -109,6 +109,6 @@ private:
 
 PLATFORM_EXPORT Theme* platformTheme();
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // Theme_h