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

Side by Side Diff: webkit/fileapi/syncable/local_file_change_tracker.h

Issue 11087021: Cleanup: IWYU for base/time.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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_SYNCABLE_LOCAL_FILE_CHANGE_TRACKER_H_ 5 #ifndef WEBKIT_FILEAPI_SYNCABLE_LOCAL_FILE_CHANGE_TRACKER_H_
6 #define WEBKIT_FILEAPI_SYNCABLE_LOCAL_FILE_CHANGE_TRACKER_H_ 6 #define WEBKIT_FILEAPI_SYNCABLE_LOCAL_FILE_CHANGE_TRACKER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/compiler_specific.h" 13 #include "base/compiler_specific.h"
14 #include "base/file_path.h" 14 #include "base/file_path.h"
15 #include "base/memory/ref_counted.h" 15 #include "base/memory/ref_counted.h"
16 #include "base/memory/scoped_ptr.h" 16 #include "base/memory/scoped_ptr.h"
17 #include "base/time.h"
18 #include "webkit/fileapi/file_observers.h" 17 #include "webkit/fileapi/file_observers.h"
19 #include "webkit/fileapi/file_system_url.h" 18 #include "webkit/fileapi/file_system_url.h"
20 #include "webkit/fileapi/fileapi_export.h" 19 #include "webkit/fileapi/fileapi_export.h"
21 #include "webkit/fileapi/syncable/file_change.h" 20 #include "webkit/fileapi/syncable/file_change.h"
22 #include "webkit/fileapi/syncable/sync_status_code.h" 21 #include "webkit/fileapi/syncable/sync_status_code.h"
23 22
24 namespace base { 23 namespace base {
25 class SequencedTaskRunner; 24 class SequencedTaskRunner;
26 } 25 }
27 26
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 FileChangeMap changes_; 92 FileChangeMap changes_;
94 93
95 scoped_ptr<TrackerDB> tracker_db_; 94 scoped_ptr<TrackerDB> tracker_db_;
96 95
97 DISALLOW_COPY_AND_ASSIGN(LocalFileChangeTracker); 96 DISALLOW_COPY_AND_ASSIGN(LocalFileChangeTracker);
98 }; 97 };
99 98
100 } // namespace fileapi 99 } // namespace fileapi
101 100
102 #endif // WEBKIT_FILEAPI_SYNCABLE_LOCAL_FILE_CHANGE_TRACKER_H_ 101 #endif // WEBKIT_FILEAPI_SYNCABLE_LOCAL_FILE_CHANGE_TRACKER_H_
OLDNEW
« no previous file with comments | « webkit/appcache/web_application_cache_host_impl.h ('k') | webkit/plugins/npapi/webplugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698