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

Unified Diff: public/web/WebCache.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/WebBlob.h ('k') | public/web/WebCachedURLRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebCache.h
diff --git a/public/web/WebCache.h b/public/web/WebCache.h
index 79a521947ec47aa2844e51e8929e0d4d7e78557e..28557da76ccc07ae4ffe9f203dad487d7e58ee82 100644
--- a/public/web/WebCache.h
+++ b/public/web/WebCache.h
@@ -33,7 +33,7 @@
#include "../platform/WebCommon.h"
-namespace WebKit {
+namespace blink {
// An interface to query and configure WebKit's resource cache.
class WebCache {
@@ -86,6 +86,6 @@ private:
WebCache(); // Not intended to be instanced.
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebBlob.h ('k') | public/web/WebCachedURLRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698