Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / ColorChooserClient.h
index 2ad0e05..1334ed0 100644 (file)
@@ -38,7 +38,7 @@
 #include "wtf/PassOwnPtr.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class PLATFORM_EXPORT ColorChooserClient {
 public:
@@ -52,6 +52,6 @@ public:
     virtual Vector<ColorSuggestion> suggestions() const = 0;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ColorChooserClient_h