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

Unified Diff: Source/modules/webdatabase/SQLStatementSync.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/SQLStatementSync.h
diff --git a/Source/modules/webdatabase/SQLStatementSync.h b/Source/modules/webdatabase/SQLStatementSync.h
index b3a42f46232fe24b6e1d848084ef9d126541263d..65797112070487d1f3066a465b9abb59115b2f33 100644
--- a/Source/modules/webdatabase/SQLStatementSync.h
+++ b/Source/modules/webdatabase/SQLStatementSync.h
@@ -38,7 +38,7 @@
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class DatabaseSync;
class ExceptionState;
@@ -56,6 +56,6 @@ private:
int m_permissions;
};
-} // namespace WebCore
+} // namespace blink
#endif // SQLStatementSync_h
« no previous file with comments | « Source/modules/webdatabase/SQLStatementErrorCallback.h ('k') | Source/modules/webdatabase/SQLStatementSync.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698