Index: content/browser/fileapi/sandbox_database_test_helper.cc |
diff --git a/webkit/browser/fileapi/sandbox_database_test_helper.cc b/content/browser/fileapi/sandbox_database_test_helper.cc |
similarity index 95% |
rename from webkit/browser/fileapi/sandbox_database_test_helper.cc |
rename to content/browser/fileapi/sandbox_database_test_helper.cc |
index 0c5ef14b068bdaec2e0f981549779b2f6bec3174..b69a41b5ecca68ee41293f4d0ffa7bbfdc368be8 100644 |
--- a/webkit/browser/fileapi/sandbox_database_test_helper.cc |
+++ b/content/browser/fileapi/sandbox_database_test_helper.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/browser/fileapi/sandbox_database_test_helper.h" |
+#include "content/browser/fileapi/sandbox_database_test_helper.h" |
#include <algorithm> |
#include <functional> |
@@ -15,7 +15,9 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "webkit/common/fileapi/file_system_util.h" |
-namespace fileapi { |
+using fileapi::FilePathToString; |
+ |
+namespace content { |
void CorruptDatabase(const base::FilePath& db_path, |
leveldb::FileType type, |
@@ -88,4 +90,4 @@ void DeleteDatabaseFile(const base::FilePath& db_path, |
} |
} |
-} // namespace fileapi |
+} // namespace content |