Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / ColorChooser.h
index a4c8f02..8d1690d 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "platform/PlatformExport.h"
 
-namespace WebCore {
+namespace blink {
 
 class Color;
 
@@ -45,6 +45,6 @@ public:
     virtual void endChooser() { }
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ColorChooser_h