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

Unified Diff: Source/modules/indexeddb/IDBFactory.cpp

Issue 403013002: Rename WebCore to blink in Modules (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/modules/indexeddb/IDBFactory.h ('k') | Source/modules/indexeddb/IDBHistograms.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IDBFactory.cpp
diff --git a/Source/modules/indexeddb/IDBFactory.cpp b/Source/modules/indexeddb/IDBFactory.cpp
index aa0e449cb847cf88f1bdbb71ed732405efe2f2b4..fd015efc02f8217663af3bd42bf7705dd4ce79b0 100644
--- a/Source/modules/indexeddb/IDBFactory.cpp
+++ b/Source/modules/indexeddb/IDBFactory.cpp
@@ -46,7 +46,7 @@
#include "public/platform/Platform.h"
#include "public/platform/WebIDBFactory.h"
-namespace WebCore {
+namespace blink {
static const char permissionDeniedErrorMessage[] = "The user denied permission to access the database.";
@@ -182,4 +182,4 @@ short IDBFactory::cmp(ScriptState* scriptState, const ScriptValue& firstValue, c
return static_cast<short>(first->compare(second));
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/indexeddb/IDBFactory.h ('k') | Source/modules/indexeddb/IDBHistograms.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698