Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1515)

Unified Diff: Source/web/WebDataSourceImpl.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebDOMResourceProgressEvent.cpp ('k') | Source/web/WebDataSourceImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/web/WebDOMResourceProgressEvent.cpp ('k') | Source/web/WebDataSourceImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698