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

Unified Diff: Source/modules/webdatabase/ChangeVersionWrapper.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
« no previous file with comments | « Source/modules/webdatabase/ChangeVersionData.h ('k') | Source/modules/webdatabase/ChangeVersionWrapper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/ChangeVersionWrapper.h
diff --git a/Source/modules/webdatabase/ChangeVersionWrapper.h b/Source/modules/webdatabase/ChangeVersionWrapper.h
index 0cbc7607458d5452c108b88cceedc9aff4198046..838c261d7e706bb890c7c9f0ae5454434e3d4d0b 100644
--- a/Source/modules/webdatabase/ChangeVersionWrapper.h
+++ b/Source/modules/webdatabase/ChangeVersionWrapper.h
@@ -32,7 +32,7 @@
#include "platform/heap/Handle.h"
#include "wtf/Forward.h"
-namespace WebCore {
+namespace blink {
class SQLErrorData;
@@ -54,6 +54,6 @@ private:
OwnPtr<SQLErrorData> m_sqlError;
};
-} // namespace WebCore
+} // namespace blink
#endif // ChangeVersionWrapper_h
« no previous file with comments | « Source/modules/webdatabase/ChangeVersionData.h ('k') | Source/modules/webdatabase/ChangeVersionWrapper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698