Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / inspector / InspectorFrontendChannel.h
index 4db3423..f94b57d 100644 (file)
@@ -29,7 +29,7 @@
 #include "platform/JSONValues.h"
 #include "wtf/Forward.h"
 
-namespace WebCore {
+namespace blink {
 
 class InspectorFrontendChannel {
 public:
@@ -38,6 +38,6 @@ public:
     virtual void flush() = 0;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // !defined(InspectorFrontendChannel_h)