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

Unified Diff: Source/modules/webdatabase/SQLStatementBackend.h

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/SQLStatement.cpp ('k') | Source/modules/webdatabase/SQLStatementBackend.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/SQLStatementBackend.h
diff --git a/Source/modules/webdatabase/SQLStatementBackend.h b/Source/modules/webdatabase/SQLStatementBackend.h
index b77f61cb7b663ff5e6ca069533c13998b53fa453..816fe53b5d867ec426ae6bc4b894e7864ea71b5f 100644
--- a/Source/modules/webdatabase/SQLStatementBackend.h
+++ b/Source/modules/webdatabase/SQLStatementBackend.h
@@ -35,7 +35,7 @@
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class AbstractSQLStatement;
class DatabaseBackend;
@@ -79,6 +79,6 @@ private:
int m_permissions;
};
-} // namespace WebCore
+} // namespace blink
#endif // SQLStatementBackend_h
« no previous file with comments | « Source/modules/webdatabase/SQLStatement.cpp ('k') | Source/modules/webdatabase/SQLStatementBackend.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698