Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / inspector / InspectorStateClient.h
index 4719d12..2c49653 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "wtf/Forward.h"
 
-namespace WebCore {
+namespace blink {
 
 class InspectorStateClient {
 public:
@@ -40,6 +40,6 @@ public:
     virtual void updateInspectorStateCookie(const String&) { };
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // !defined(InspectorStateClient_h)