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

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

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/ResourceError.h ('k') | Source/platform/network/ResourceLoadInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/ResourceError.cpp
diff --git a/Source/platform/network/ResourceError.cpp b/Source/platform/network/ResourceError.cpp
index 5e5efc37d87b7c77ead456237f7cf6e2ca786117..1d3d77e9c6ab64cdcb4a1dd9af556414f0c7f8f2 100644
--- a/Source/platform/network/ResourceError.cpp
+++ b/Source/platform/network/ResourceError.cpp
@@ -32,7 +32,7 @@
#include "public/platform/WebURL.h"
#include "public/platform/WebURLError.h"
-namespace WebCore {
+namespace blink {
const char errorDomainBlinkInternal[] = "BlinkInternal";
@@ -87,4 +87,4 @@ bool ResourceError::compare(const ResourceError& a, const ResourceError& b)
return true;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/network/ResourceError.h ('k') | Source/platform/network/ResourceLoadInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698