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

Unified Diff: Source/modules/webdatabase/SQLTransactionSync.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/SQLTransactionSync.h
diff --git a/Source/modules/webdatabase/SQLTransactionSync.h b/Source/modules/webdatabase/SQLTransactionSync.h
index d409e24a29d9d5d9842f87419158fbedbccedd8c..3dc2a3004b3aa9858a938601c1a818fb88f51996 100644
--- a/Source/modules/webdatabase/SQLTransactionSync.h
+++ b/Source/modules/webdatabase/SQLTransactionSync.h
@@ -35,7 +35,7 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "modules/webdatabase/SQLTransactionBackendSync.h"
-namespace WebCore {
+namespace blink {
// Instances of this class should be created and used only on the worker's context thread.
class SQLTransactionSync FINAL : public SQLTransactionBackendSync, public ScriptWrappable {
@@ -48,6 +48,6 @@ private:
SQLTransactionSync(DatabaseSync*, PassOwnPtr<SQLTransactionSyncCallback>, bool readOnly);
};
-} // namespace WebCore
+} // namespace blink
#endif // SQLTransactionSync_h
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionStateMachine.cpp ('k') | Source/modules/webdatabase/SQLTransactionSync.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698