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

Unified Diff: content/browser/indexed_db/indexed_db_browsertest.cc

Issue 17840006: Move IndexedDB files out of in_process_webkit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
Index: content/browser/indexed_db/indexed_db_browsertest.cc
diff --git a/content/browser/in_process_webkit/indexed_db_browsertest.cc b/content/browser/indexed_db/indexed_db_browsertest.cc
similarity index 99%
rename from content/browser/in_process_webkit/indexed_db_browsertest.cc
rename to content/browser/indexed_db/indexed_db_browsertest.cc
index ea89c56d232844d0b3583e8f9ee96e602755cba7..c2683be49cab5ddbcfbff5958683f45af6744816 100644
--- a/content/browser/in_process_webkit/indexed_db_browsertest.cc
+++ b/content/browser/indexed_db/indexed_db_browsertest.cc
@@ -34,7 +34,7 @@ using webkit_database::DatabaseUtil;
namespace content {
// This browser test is aimed towards exercising the IndexedDB bindings and
-// the actual implementation that lives in the browser side (in_process_webkit).
+// the actual implementation that lives in the browser side.
class IndexedDBBrowserTest : public ContentBrowserTest {
public:
IndexedDBBrowserTest() : disk_usage_(-1) {}

Powered by Google App Engine
This is Rietveld 408576698