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

Unified Diff: content/public/test/test_file_system_backend.h

Issue 23440033: Move FileAPI test code from webkit to content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/public/test/test_file_system_backend.h
diff --git a/webkit/browser/fileapi/test_file_system_backend.h b/content/public/test/test_file_system_backend.h
similarity index 90%
rename from webkit/browser/fileapi/test_file_system_backend.h
rename to content/public/test/test_file_system_backend.h
index dc1cbce2298b3fb10e52dde9c27ed69efbd2c0a9..1da3eae19955cf4f4c5e3c88acd91644ba5f2b95 100644
--- a/webkit/browser/fileapi/test_file_system_backend.h
+++ b/content/public/test/test_file_system_backend.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_BROWSER_FILEAPI_TEST_FILE_SYSTEM_BACKEND_H_
-#define WEBKIT_BROWSER_FILEAPI_TEST_FILE_SYSTEM_BACKEND_H_
+#ifndef CONTENT_PUBLIC_TEST_TEST_FILE_SYSTEM_BACKEND_H_
+#define CONTENT_PUBLIC_TEST_TEST_FILE_SYSTEM_BACKEND_H_
#include "base/files/file_path.h"
#include "base/memory/ref_counted.h"
@@ -11,7 +11,6 @@
#include "webkit/browser/fileapi/async_file_util_adapter.h"
#include "webkit/browser/fileapi/file_system_backend.h"
#include "webkit/browser/fileapi/task_runner_bound_observer_list.h"
-#include "webkit/browser/webkit_storage_browser_export.h"
namespace base {
class SequencedTaskRunner;
@@ -25,8 +24,7 @@ class FileSystemQuotaUtil;
// This should be only used for testing.
// This file system backend uses LocalFileUtil and stores data file
// under the given directory.
-class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE TestFileSystemBackend
- : public FileSystemBackend {
+class TestFileSystemBackend : public FileSystemBackend {
public:
TestFileSystemBackend(
base::SequencedTaskRunner* task_runner,
@@ -92,4 +90,4 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE TestFileSystemBackend
} // namespace fileapi
-#endif // WEBKIT_BROWSER_FILEAPI_TEST_FILE_SYSTEM_BACKEND_H_
+#endif // CONTENT_PUBLIC_TEST_TEST_FILE_SYSTEM_BACKEND_H_
« no previous file with comments | « content/public/test/sandbox_file_system_test_helper.cc ('k') | content/public/test/test_file_system_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698