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

Unified Diff: Source/platform/weborigin/DatabaseIdentifier.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
Index: Source/platform/weborigin/DatabaseIdentifier.cpp
diff --git a/Source/platform/weborigin/DatabaseIdentifier.cpp b/Source/platform/weborigin/DatabaseIdentifier.cpp
index a85edaf12fa1f13bd5ab750504a3b07eafd5e115..2fc2c0aebe6cf675b8e861d659527a5a5e812a24 100644
--- a/Source/platform/weborigin/DatabaseIdentifier.cpp
+++ b/Source/platform/weborigin/DatabaseIdentifier.cpp
@@ -39,7 +39,7 @@
#include "wtf/StdLibExtras.h"
#include "wtf/text/StringBuilder.h"
-namespace WebCore {
+namespace blink {
const int maxAllowedPort = 65535;
@@ -102,4 +102,4 @@ String createDatabaseIdentifierFromSecurityOrigin(const SecurityOrigin* security
return securityOrigin->protocol() + separatorString + securityOrigin->host() + separatorString + String::number(securityOrigin->port());
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/weborigin/DatabaseIdentifier.h ('k') | Source/platform/weborigin/DatabaseIdentifierTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698