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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteTransaction.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/SQLiteTransaction.h
diff --git a/Source/modules/webdatabase/sqlite/SQLiteTransaction.h b/Source/modules/webdatabase/sqlite/SQLiteTransaction.h
index 9a9bf7157aa820c27ef548ad1cc5a7295164dfe1..8fc62d795db38598bfabd4a74055dc37304bd574 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteTransaction.h
+++ b/Source/modules/webdatabase/sqlite/SQLiteTransaction.h
@@ -29,7 +29,7 @@
#include "wtf/FastAllocBase.h"
#include "wtf/Noncopyable.h"
-namespace WebCore {
+namespace blink {
class SQLiteDatabase;
@@ -52,6 +52,6 @@ private:
bool m_readOnly;
};
-} // namespace WebCore
+} // namespace blink
#endif // SQLiteTransation_H
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteStatement.cpp ('k') | Source/modules/webdatabase/sqlite/SQLiteTransaction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698