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

Unified Diff: Source/modules/webdatabase/SQLTransactionStateMachine.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/SQLTransactionStateMachine.h
diff --git a/Source/modules/webdatabase/SQLTransactionStateMachine.h b/Source/modules/webdatabase/SQLTransactionStateMachine.h
index 249970e244ad752b4d368eff34af4d670309b61a..ef38395a48fd1fd5df5a7dbad50a4ff15c3dd005 100644
--- a/Source/modules/webdatabase/SQLTransactionStateMachine.h
+++ b/Source/modules/webdatabase/SQLTransactionStateMachine.h
@@ -29,7 +29,7 @@
#include "modules/webdatabase/SQLTransactionState.h"
#include "wtf/ThreadSafeRefCounted.h"
-namespace WebCore {
+namespace blink {
template<typename T>
class SQLTransactionStateMachine {
@@ -103,6 +103,6 @@ void SQLTransactionStateMachine<T>::runStateMachine()
}
}
-} // namespace WebCore
+} // namespace blink
#endif // SQLTransactionStateMachine_h
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionState.h ('k') | Source/modules/webdatabase/SQLTransactionStateMachine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698