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

Unified Diff: public/platform/WebURLError.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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/WebURL.h ('k') | public/platform/WebURLLoadTiming.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebURLError.h
diff --git a/public/platform/WebURLError.h b/public/platform/WebURLError.h
index cdd0b6abb0e87eb6333e404e32de15f65bb3dc84..6ba63041a5a0fbf5a0ee0f22bd65d1230b35486a 100644
--- a/public/platform/WebURLError.h
+++ b/public/platform/WebURLError.h
@@ -35,7 +35,7 @@
#include "WebURL.h"
#if INSIDE_BLINK
-namespace WebCore { class ResourceError; }
+namespace blink { class ResourceError; }
#endif
namespace blink {
@@ -69,9 +69,9 @@ struct WebURLError {
WebURLError() : reason(0), staleCopyInCache(false), isCancellation(false) { }
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebURLError(const WebCore::ResourceError&);
- BLINK_PLATFORM_EXPORT WebURLError& operator=(const WebCore::ResourceError&);
- BLINK_PLATFORM_EXPORT operator WebCore::ResourceError() const;
+ BLINK_PLATFORM_EXPORT WebURLError(const blink::ResourceError&);
+ BLINK_PLATFORM_EXPORT WebURLError& operator=(const blink::ResourceError&);
+ BLINK_PLATFORM_EXPORT operator blink::ResourceError() const;
#endif
};
« no previous file with comments | « public/platform/WebURL.h ('k') | public/platform/WebURLLoadTiming.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698