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

Unified Diff: Source/platform/network/ResourceError.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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 | « Source/platform/network/ProxyServer.cpp ('k') | Source/platform/network/ResourceError.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/ResourceError.h
diff --git a/Source/platform/network/ResourceError.h b/Source/platform/network/ResourceError.h
index b4b0a044da68cedc43df13bb6822661830d5600b..36868ae5afcd80afcc550939136435c2b0efcb4a 100644
--- a/Source/platform/network/ResourceError.h
+++ b/Source/platform/network/ResourceError.h
@@ -30,7 +30,7 @@
#include "platform/PlatformExport.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
PLATFORM_EXPORT extern const char errorDomainBlinkInternal[]; // Used for errors that won't be exposed to clients.
@@ -93,6 +93,6 @@ private:
inline bool operator==(const ResourceError& a, const ResourceError& b) { return ResourceError::compare(a, b); }
inline bool operator!=(const ResourceError& a, const ResourceError& b) { return !(a == b); }
-} // namespace WebCore
+} // namespace blink
#endif // ResourceError_h
« no previous file with comments | « Source/platform/network/ProxyServer.cpp ('k') | Source/platform/network/ResourceError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698