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) {} |