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

Unified Diff: Source/platform/weborigin/DatabaseIdentifier.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
Index: Source/platform/weborigin/DatabaseIdentifier.h
diff --git a/Source/platform/weborigin/DatabaseIdentifier.h b/Source/platform/weborigin/DatabaseIdentifier.h
index f4fd8d8a88cd79e53c381059ca32d422359e1694..c6985a72de2978d155648b8430074ed8ad76cc1b 100644
--- a/Source/platform/weborigin/DatabaseIdentifier.h
+++ b/Source/platform/weborigin/DatabaseIdentifier.h
@@ -33,11 +33,11 @@
#include "platform/weborigin/SecurityOrigin.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
PLATFORM_EXPORT PassRefPtr<SecurityOrigin> createSecurityOriginFromDatabaseIdentifier(const String&);
PLATFORM_EXPORT String createDatabaseIdentifierFromSecurityOrigin(const SecurityOrigin*);
-} // namespace WebCore
+} // namespace blink
#endif // DatabaseIdentifier_h
« no previous file with comments | « Source/platform/transforms/TranslateTransformOperation.cpp ('k') | Source/platform/weborigin/DatabaseIdentifier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698