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

Side by Side Diff: webkit/fileapi/local_file_system_operation.h

Issue 12388061: Cleanup: header cleanup in webkit/fileapi/local_file_system_operation.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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_LOCAL_FILE_SYSTEM_OPERATION_H_ 5 #ifndef WEBKIT_FILEAPI_LOCAL_FILE_SYSTEM_OPERATION_H_
6 #define WEBKIT_FILEAPI_LOCAL_FILE_SYSTEM_OPERATION_H_ 6 #define WEBKIT_FILEAPI_LOCAL_FILE_SYSTEM_OPERATION_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/scoped_vector.h"
13 #include "webkit/fileapi/file_snapshot_policy.h" 12 #include "webkit/fileapi/file_snapshot_policy.h"
14 #include "webkit/fileapi/file_system_file_util.h"
15 #include "webkit/fileapi/file_system_operation.h" 13 #include "webkit/fileapi/file_system_operation.h"
16 #include "webkit/fileapi/file_system_operation_context.h"
17 #include "webkit/fileapi/file_system_url.h" 14 #include "webkit/fileapi/file_system_url.h"
18 #include "webkit/fileapi/file_writer_delegate.h" 15 #include "webkit/fileapi/file_writer_delegate.h"
19 #include "webkit/quota/quota_types.h" 16 #include "webkit/quota/quota_types.h"
20 #include "webkit/storage/webkit_storage_export.h" 17 #include "webkit/storage/webkit_storage_export.h"
21 18
22 namespace chromeos { 19 namespace chromeos {
23 class CrosMountPointProvider; 20 class CrosMountPointProvider;
24 } 21 }
25 22
26 namespace sync_file_system { 23 namespace sync_file_system {
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 // LocalFileSystemOperation instance is usually deleted upon completion but 355 // LocalFileSystemOperation instance is usually deleted upon completion but
359 // could be deleted while it has inflight callbacks when Cancel is called. 356 // could be deleted while it has inflight callbacks when Cancel is called.
360 base::WeakPtrFactory<LocalFileSystemOperation> weak_factory_; 357 base::WeakPtrFactory<LocalFileSystemOperation> weak_factory_;
361 358
362 DISALLOW_COPY_AND_ASSIGN(LocalFileSystemOperation); 359 DISALLOW_COPY_AND_ASSIGN(LocalFileSystemOperation);
363 }; 360 };
364 361
365 } // namespace fileapi 362 } // namespace fileapi
366 363
367 #endif // WEBKIT_FILEAPI_LOCAL_FILE_SYSTEM_OPERATION_H_ 364 #endif // WEBKIT_FILEAPI_LOCAL_FILE_SYSTEM_OPERATION_H_
OLDNEW
« no previous file with comments | « webkit/fileapi/isolated_mount_point_provider.cc ('k') | webkit/fileapi/local_file_system_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698