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

Unified Diff: public/platform/WebFileWriter.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 | « public/platform/WebFileUtilities.h ('k') | public/platform/WebFileWriterClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFileWriter.h
diff --git a/public/platform/WebFileWriter.h b/public/platform/WebFileWriter.h
index 1b3d67392bd155d01429e0b4727c5cdb156f8ebb..a3756aae47809c498d174fbab464105818e79fdb 100644
--- a/public/platform/WebFileWriter.h
+++ b/public/platform/WebFileWriter.h
@@ -34,7 +34,7 @@
#include "WebCommon.h"
#include "WebString.h"
-namespace WebKit {
+namespace blink {
class WebString;
class WebURL;
@@ -54,6 +54,6 @@ public:
virtual void cancel() = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/platform/WebFileUtilities.h ('k') | public/platform/WebFileWriterClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698