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

Unified Diff: public/web/WebImageCache.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/WebIconURL.h ('k') | public/web/WebImageDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebImageCache.h
diff --git a/public/web/WebImageCache.h b/public/web/WebImageCache.h
index d2521b2b55268effd0e39a1c3c5c6eccf95d21ed..8dcdd4ea10f2b3c4fa2a8e1fd2b33f468968b877 100644
--- a/public/web/WebImageCache.h
+++ b/public/web/WebImageCache.h
@@ -33,14 +33,14 @@
#include "../platform/WebCommon.h"
-namespace WebKit {
+namespace blink {
// An interface to query and configure WebKit's image cache.
//
// Methods of this interface can be called on any thread.
//
-// Methods of this interface can be only be used after WebKit::initialize()
-// and before WebKit::shutdown() is called.
+// Methods of this interface can be only be used after blink::initialize()
+// and before blink::shutdown() is called.
class WebImageCache {
public:
@@ -61,6 +61,6 @@ private:
WebImageCache(); // Not intended to be instanced.
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebIconURL.h ('k') | public/web/WebImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698