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

Unified Diff: public/web/WebApplicationCacheHost.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/web/WebActiveWheelFlingParameters.h ('k') | public/web/WebApplicationCacheHostClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebApplicationCacheHost.h
diff --git a/public/web/WebApplicationCacheHost.h b/public/web/WebApplicationCacheHost.h
index 4731b4560400dbef7a0d76dc2a02cc218d9b5d35..d45369394fa59d55e59de869754c65276fa2d312 100644
--- a/public/web/WebApplicationCacheHost.h
+++ b/public/web/WebApplicationCacheHost.h
@@ -35,7 +35,7 @@
#include "../platform/WebURL.h"
#include "../platform/WebVector.h"
-namespace WebKit {
+namespace blink {
class WebApplicationCacheHostClient;
class WebFrame;
@@ -117,6 +117,6 @@ public:
virtual void deleteAssociatedCacheGroup() { }
};
-} // namespace WebKit
+} // namespace blink
#endif // WebApplicationCacheHost_h
« no previous file with comments | « public/web/WebActiveWheelFlingParameters.h ('k') | public/web/WebApplicationCacheHostClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698