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

Unified Diff: public/web/WebURLLoaderOptions.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/WebTouchPoint.h ('k') | public/web/WebUserGestureIndicator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebURLLoaderOptions.h
diff --git a/public/web/WebURLLoaderOptions.h b/public/web/WebURLLoaderOptions.h
index d32b0ce4c082ab714d22cf184ccafcb149b5e2d6..045595d74c11a830d98edb6cc5367f3a116e0cea 100644
--- a/public/web/WebURLLoaderOptions.h
+++ b/public/web/WebURLLoaderOptions.h
@@ -31,7 +31,7 @@
#ifndef WebURLLoaderOptions_h
#define WebURLLoaderOptions_h
-namespace WebKit {
+namespace blink {
struct WebURLLoaderOptions {
@@ -58,6 +58,6 @@ struct WebURLLoaderOptions {
CrossOriginRequestPolicy crossOriginRequestPolicy;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebTouchPoint.h ('k') | public/web/WebUserGestureIndicator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698