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

Unified Diff: Source/modules/webdatabase/AbstractSQLTransaction.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/AbstractSQLTransaction.h
diff --git a/Source/modules/webdatabase/AbstractSQLTransaction.h b/Source/modules/webdatabase/AbstractSQLTransaction.h
index d32fe67f72687a96eca4975da259814fdbf30502..e999596969211a8adaa63a9716ff87596e0188df 100644
--- a/Source/modules/webdatabase/AbstractSQLTransaction.h
+++ b/Source/modules/webdatabase/AbstractSQLTransaction.h
@@ -30,7 +30,7 @@
#include "platform/heap/Handle.h"
#include "wtf/ThreadSafeRefCounted.h"
-namespace WebCore {
+namespace blink {
class AbstractSQLTransactionBackend;
@@ -48,6 +48,6 @@ public:
virtual void setBackend(AbstractSQLTransactionBackend*) = 0;
};
-} // namespace WebCore
+} // namespace blink
#endif // AbstractSQLTransaction_h
« no previous file with comments | « Source/modules/webdatabase/AbstractSQLStatementBackend.h ('k') | Source/modules/webdatabase/AbstractSQLTransactionBackend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698