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

Unified Diff: Source/platform/weborigin/OriginAccessEntry.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/weborigin/KnownPorts.cpp ('k') | Source/platform/weborigin/OriginAccessEntry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/OriginAccessEntry.h
diff --git a/Source/platform/weborigin/OriginAccessEntry.h b/Source/platform/weborigin/OriginAccessEntry.h
index 0d606b0078a90eac02655ffe04bccfca8a954edf..523153a2eee0a59b311e58d1703b56e581ebf3ea 100644
--- a/Source/platform/weborigin/OriginAccessEntry.h
+++ b/Source/platform/weborigin/OriginAccessEntry.h
@@ -34,7 +34,7 @@
#include "platform/PlatformExport.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class SecurityOrigin;
@@ -87,6 +87,6 @@ PLATFORM_EXPORT inline bool operator!=(const OriginAccessEntry& a, const OriginA
return !(a == b);
}
-} // namespace WebCore
+} // namespace blink
#endif // OriginAccessEntry_h
« no previous file with comments | « Source/platform/weborigin/KnownPorts.cpp ('k') | Source/platform/weborigin/OriginAccessEntry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698