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

Unified Diff: content/browser/fileapi/sandbox_database_test_helper.cc

Issue 267473002: Move sandbox_database_test_helper from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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/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
« no previous file with comments | « content/browser/fileapi/sandbox_database_test_helper.h ('k') | content/browser/fileapi/sandbox_directory_database_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698