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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteFileSystem.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
Index: Source/modules/webdatabase/sqlite/SQLiteFileSystem.h
diff --git a/Source/modules/webdatabase/sqlite/SQLiteFileSystem.h b/Source/modules/webdatabase/sqlite/SQLiteFileSystem.h
index 0f2024c6877802301f76cc0709acd3b58fb6a932..04769cc7e0acf623d85a0a21cb3e1434d298672e 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteFileSystem.h
+++ b/Source/modules/webdatabase/sqlite/SQLiteFileSystem.h
@@ -36,7 +36,7 @@
struct sqlite3;
-namespace WebCore {
+namespace blink {
class SQLiteDatabase;
@@ -62,6 +62,6 @@ private:
SQLiteFileSystem();
}; // class SQLiteFileSystem
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp ('k') | Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698