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

Unified Diff: Source/modules/webdatabase/SQLError.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/webdatabase/SQLError.h ('k') | Source/modules/webdatabase/SQLResultSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/SQLError.cpp
diff --git a/Source/modules/webdatabase/SQLError.cpp b/Source/modules/webdatabase/SQLError.cpp
index 5d327556ea13f0e2360e89c99a4c496e2c795754..e51bcaafea2c9005218ce1a4132e326844196750 100644
--- a/Source/modules/webdatabase/SQLError.cpp
+++ b/Source/modules/webdatabase/SQLError.cpp
@@ -31,10 +31,10 @@
#include "config.h"
#include "modules/webdatabase/SQLError.h"
-namespace WebCore {
+namespace blink {
const char SQLError::quotaExceededErrorMessage[] = "Quota was exceeded.";
const char SQLError::unknownErrorMessage[] = "The operation failed for reasons unrelated to the database.";
const char SQLError::versionErrorMessage[] = "The actual database version did not match the expected version.";
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/webdatabase/SQLError.h ('k') | Source/modules/webdatabase/SQLResultSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698