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

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

Issue 17080003: Get rid of modules/webdatabase/chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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/QuotaTracker.h ('k') | Source/modules/webdatabase/SQLTransactionClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/QuotaTracker.cpp
diff --git a/Source/modules/webdatabase/chromium/QuotaTracker.cpp b/Source/modules/webdatabase/QuotaTracker.cpp
similarity index 98%
rename from Source/modules/webdatabase/chromium/QuotaTracker.cpp
rename to Source/modules/webdatabase/QuotaTracker.cpp
index daa4519276200ec9c8df3743c6acce8e1cd96dc2..9992bdff60c7b003bca191acafa60066cc09f1e5 100644
--- a/Source/modules/webdatabase/chromium/QuotaTracker.cpp
+++ b/Source/modules/webdatabase/QuotaTracker.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "modules/webdatabase/chromium/QuotaTracker.h"
+#include "modules/webdatabase/QuotaTracker.h"
#include "public/platform/Platform.h"
#include "wtf/StdLibExtras.h"
« no previous file with comments | « Source/modules/webdatabase/QuotaTracker.h ('k') | Source/modules/webdatabase/SQLTransactionClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698