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

Unified Diff: public/web/WebCrossOriginPreflightResultCache.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/WebContextMenuData.h ('k') | public/web/WebCustomElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebCrossOriginPreflightResultCache.h
diff --git a/public/web/WebCrossOriginPreflightResultCache.h b/public/web/WebCrossOriginPreflightResultCache.h
index a75e85532eedf3671980fc5b790d2caed9f79b74..b4902683d2e24f8b37d134be76b172fcaff34464 100644
--- a/public/web/WebCrossOriginPreflightResultCache.h
+++ b/public/web/WebCrossOriginPreflightResultCache.h
@@ -33,7 +33,7 @@
#include "../platform/WebCommon.h"
-namespace WebKit {
+namespace blink {
// An interface to configure WebKit's cross-origin preflight result cache.
class WebCrossOriginPreflightResultCache {
@@ -45,6 +45,6 @@ private:
WebCrossOriginPreflightResultCache(); // Not intended to be instanced.
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebContextMenuData.h ('k') | public/web/WebCustomElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698