Index: Source/web/WebDataSourceImpl.h |
diff --git a/Source/web/WebDataSourceImpl.h b/Source/web/WebDataSourceImpl.h |
index c0b6f6d2cddd99d699cb1840a76427172c3e7f66..3ded23ecf46690d091772f9747b68fa3a7a96325 100644 |
--- a/Source/web/WebDataSourceImpl.h |
+++ b/Source/web/WebDataSourceImpl.h |
@@ -41,7 +41,7 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/Vector.h" |
-namespace WebKit { |
+namespace blink { |
class WebPluginLoadObserver; |
@@ -92,6 +92,6 @@ private: |
OwnPtr<WebPluginLoadObserver> m_pluginLoadObserver; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebDataSourceImpl_h |