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

Unified Diff: Source/modules/webdatabase/SQLTransactionState.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/SQLTransactionState.h
diff --git a/Source/modules/webdatabase/SQLTransactionState.h b/Source/modules/webdatabase/SQLTransactionState.h
index 8260099b85f171d5af87eeaf9a38010f584f1684..0cb146c3f6f39ef14f47160487d0801b55a3def2 100644
--- a/Source/modules/webdatabase/SQLTransactionState.h
+++ b/Source/modules/webdatabase/SQLTransactionState.h
@@ -28,7 +28,7 @@
#include "wtf/EnumClass.h"
-namespace WebCore {
+namespace blink {
ENUM_CLASS(SQLTransactionState) {
End = 0,
@@ -47,6 +47,6 @@ ENUM_CLASS(SQLTransactionState) {
NumberOfStates // Always keep this at the end of the list.
} ENUM_CLASS_END(SQLTransactionState);
-} // namespace WebCore
+} // namespace blink
#endif // SQLTransactionState_h
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionErrorCallback.h ('k') | Source/modules/webdatabase/SQLTransactionStateMachine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698