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

Side by Side Diff: webkit/browser/fileapi/syncable/canned_syncable_file_system.h

Issue 16010007: Move webkit/quota files to webkit/browser/quota or webkit/common/quota (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_BROWSER_FILEAPI_SYNCABLE_CANNED_SYNCABLE_FILE_SYSTEM_H_ 5 #ifndef WEBKIT_BROWSER_FILEAPI_SYNCABLE_CANNED_SYNCABLE_FILE_SYSTEM_H_
6 #define WEBKIT_BROWSER_FILEAPI_SYNCABLE_CANNED_SYNCABLE_FILE_SYSTEM_H_ 6 #define WEBKIT_BROWSER_FILEAPI_SYNCABLE_CANNED_SYNCABLE_FILE_SYSTEM_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/callback_forward.h" 11 #include "base/callback_forward.h"
12 #include "base/files/scoped_temp_dir.h" 12 #include "base/files/scoped_temp_dir.h"
13 #include "base/message_loop.h" 13 #include "base/message_loop.h"
14 #include "base/observer_list_threadsafe.h" 14 #include "base/observer_list_threadsafe.h"
15 #include "base/platform_file.h" 15 #include "base/platform_file.h"
16 #include "webkit/browser/fileapi/file_system_url.h" 16 #include "webkit/browser/fileapi/file_system_url.h"
17 #include "webkit/browser/fileapi/syncable/local_file_sync_status.h" 17 #include "webkit/browser/fileapi/syncable/local_file_sync_status.h"
18 #include "webkit/browser/fileapi/syncable/sync_status_code.h" 18 #include "webkit/browser/fileapi/syncable/sync_status_code.h"
19 #include "webkit/browser/quota/quota_callbacks.h"
19 #include "webkit/common/fileapi/file_system_types.h" 20 #include "webkit/common/fileapi/file_system_types.h"
20 #include "webkit/common/fileapi/file_system_util.h" 21 #include "webkit/common/fileapi/file_system_util.h"
21 #include "webkit/quota/quota_callbacks.h" 22 #include "webkit/common/quota/quota_types.h"
22 #include "webkit/quota/quota_types.h"
23 23
24 namespace base { 24 namespace base {
25 class MessageLoopProxy; 25 class MessageLoopProxy;
26 class SingleThreadTaskRunner; 26 class SingleThreadTaskRunner;
27 class Thread; 27 class Thread;
28 } 28 }
29 29
30 namespace fileapi { 30 namespace fileapi {
31 class FileSystemContext; 31 class FileSystemContext;
32 class FileSystemOperation; 32 class FileSystemOperation;
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 bool is_filesystem_opened_; 215 bool is_filesystem_opened_;
216 216
217 scoped_refptr<ObserverList> sync_status_observers_; 217 scoped_refptr<ObserverList> sync_status_observers_;
218 218
219 DISALLOW_COPY_AND_ASSIGN(CannedSyncableFileSystem); 219 DISALLOW_COPY_AND_ASSIGN(CannedSyncableFileSystem);
220 }; 220 };
221 221
222 } // namespace sync_file_system 222 } // namespace sync_file_system
223 223
224 #endif // WEBKIT_BROWSER_FILEAPI_SYNCABLE_CANNED_SYNCABLE_FILE_SYSTEM_H_ 224 #endif // WEBKIT_BROWSER_FILEAPI_SYNCABLE_CANNED_SYNCABLE_FILE_SYSTEM_H_
OLDNEW
« no previous file with comments | « webkit/browser/fileapi/sandbox_quota_observer.cc ('k') | webkit/browser/fileapi/syncable/canned_syncable_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698