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

Unified Diff: Source/modules/webdatabase/SQLTransactionCoordinator.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/SQLTransactionCoordinator.h
diff --git a/Source/modules/webdatabase/SQLTransactionCoordinator.h b/Source/modules/webdatabase/SQLTransactionCoordinator.h
index 26a335122736b0bdf8901a2a4111164d19d4cd2f..3dfb9a023a3ffbb7167a98f0fcdc7f8251e39015 100644
--- a/Source/modules/webdatabase/SQLTransactionCoordinator.h
+++ b/Source/modules/webdatabase/SQLTransactionCoordinator.h
@@ -39,7 +39,7 @@
#include "wtf/RefPtr.h"
#include "wtf/text/StringHash.h"
-namespace WebCore {
+namespace blink {
class SQLTransactionBackend;
@@ -77,6 +77,6 @@ private:
void processPendingTransactions(CoordinationInfo&);
};
-} // namespace WebCore
+} // namespace blink
#endif // SQLTransactionCoordinator_h
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionClient.cpp ('k') | Source/modules/webdatabase/SQLTransactionCoordinator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698