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

Side by Side Diff: webkit/browser/fileapi/test_mount_point_provider.h

Issue 15859007: Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dump_file_system build fix Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_FILEAPI_TEST_MOUNT_POINT_PROVIDER_H_ 5 #ifndef WEBKIT_BROWSER_FILEAPI_TEST_MOUNT_POINT_PROVIDER_H_
6 #define WEBKIT_FILEAPI_TEST_MOUNT_POINT_PROVIDER_H_ 6 #define WEBKIT_BROWSER_FILEAPI_TEST_MOUNT_POINT_PROVIDER_H_
7 7
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "webkit/browser/fileapi/async_file_util_adapter.h"
11 #include "webkit/browser/fileapi/file_system_mount_point_provider.h" 12 #include "webkit/browser/fileapi/file_system_mount_point_provider.h"
12 #include "webkit/browser/fileapi/task_runner_bound_observer_list.h" 13 #include "webkit/browser/fileapi/task_runner_bound_observer_list.h"
13 #include "webkit/fileapi/async_file_util_adapter.h"
14 #include "webkit/storage/webkit_storage_export.h" 14 #include "webkit/storage/webkit_storage_export.h"
15 15
16 namespace base { 16 namespace base {
17 class SequencedTaskRunner; 17 class SequencedTaskRunner;
18 } 18 }
19 19
20 namespace fileapi { 20 namespace fileapi {
21 21
22 class AsyncFileUtilAdapter; 22 class AsyncFileUtilAdapter;
23 class FileSystemQuotaUtil; 23 class FileSystemQuotaUtil;
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 94
95 bool require_copy_or_move_validator_; 95 bool require_copy_or_move_validator_;
96 scoped_ptr<CopyOrMoveFileValidatorFactory> 96 scoped_ptr<CopyOrMoveFileValidatorFactory>
97 copy_or_move_file_validator_factory_; 97 copy_or_move_file_validator_factory_;
98 98
99 DISALLOW_COPY_AND_ASSIGN(TestMountPointProvider); 99 DISALLOW_COPY_AND_ASSIGN(TestMountPointProvider);
100 }; 100 };
101 101
102 } // namespace fileapi 102 } // namespace fileapi
103 103
104 #endif // WEBKIT_FILEAPI_TEST_MOUNT_POINT_PROVIDER_H_ 104 #endif // WEBKIT_BROWSER_FILEAPI_TEST_MOUNT_POINT_PROVIDER_H_
OLDNEW
« no previous file with comments | « webkit/browser/fileapi/test_file_set.cc ('k') | webkit/browser/fileapi/test_mount_point_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698