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

Unified Diff: Source/modules/webdatabase/ChangeVersionWrapper.cpp

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/ChangeVersionWrapper.cpp
diff --git a/Source/modules/webdatabase/ChangeVersionWrapper.cpp b/Source/modules/webdatabase/ChangeVersionWrapper.cpp
index b9320126b457cf049e0a635ac14baf59adb4bd83..65b2160f1e9625705c01a630a042dca3d23ff494 100644
--- a/Source/modules/webdatabase/ChangeVersionWrapper.cpp
+++ b/Source/modules/webdatabase/ChangeVersionWrapper.cpp
@@ -33,7 +33,7 @@
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
-namespace WebCore {
+namespace blink {
ChangeVersionWrapper::ChangeVersionWrapper(const String& oldVersion, const String& newVersion)
: m_oldVersion(oldVersion.isolatedCopy())
@@ -90,4 +90,4 @@ void ChangeVersionWrapper::handleCommitFailedAfterPostflight(SQLTransactionBacke
transaction->database()->setCachedVersion(m_oldVersion);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/webdatabase/ChangeVersionWrapper.h ('k') | Source/modules/webdatabase/DOMWindowWebDatabase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698