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

Unified Diff: public/platform/WebContentLayer.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/WebContentDecryptionModuleSession.h ('k') | public/platform/WebContentLayerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebContentLayer.h
diff --git a/public/platform/WebContentLayer.h b/public/platform/WebContentLayer.h
index 0b13fa1d0f8b52b7a4805fee37084051356d83e6..2647de0ae6069bc36ee434ef4a8a925ce7f72eb6 100644
--- a/public/platform/WebContentLayer.h
+++ b/public/platform/WebContentLayer.h
@@ -29,7 +29,7 @@
#include "WebCommon.h"
#include "WebLayer.h"
-namespace WebKit {
+namespace blink {
class WebContentLayerClient;
class WebContentLayer {
@@ -55,6 +55,6 @@ public:
virtual void setDrawCheckerboardForMissingTiles(bool) = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebContentLayer_h
« no previous file with comments | « public/platform/WebContentDecryptionModuleSession.h ('k') | public/platform/WebContentLayerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698