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

Side by Side Diff: sync/internal_api/public/engine/sync_status.h

Issue 11028086: Cleanup: IWYU for base/time.h in sync/. (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 SYNC_INTERNAL_API_PUBLIC_ENGINE_STATUS_SUMMARY_H_ 5 #ifndef SYNC_INTERNAL_API_PUBLIC_ENGINE_STATUS_SUMMARY_H_
6 #define SYNC_INTERNAL_API_PUBLIC_ENGINE_STATUS_SUMMARY_H_ 6 #define SYNC_INTERNAL_API_PUBLIC_ENGINE_STATUS_SUMMARY_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/time.h"
10 #include "sync/base/sync_export.h" 11 #include "sync/base/sync_export.h"
11 #include "sync/internal_api/public/base/model_type.h" 12 #include "sync/internal_api/public/base/model_type.h"
12 #include "sync/internal_api/public/sync_encryption_handler.h" 13 #include "sync/internal_api/public/sync_encryption_handler.h"
13 #include "sync/protocol/sync_protocol_error.h" 14 #include "sync/protocol/sync_protocol_error.h"
14 15
15 namespace syncer { 16 namespace syncer {
16 17
17 // Status encapsulates detailed state about the internals of the SyncManager. 18 // Status encapsulates detailed state about the internals of the SyncManager.
18 // 19 //
19 // This struct is closely tied to the AllStatus object which uses instances of 20 // This struct is closely tied to the AllStatus object which uses instances of
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 // Per-datatype throttled status. 99 // Per-datatype throttled status.
99 ModelTypeSet throttled_types; 100 ModelTypeSet throttled_types;
100 101
101 // The unique identifer for this client. 102 // The unique identifer for this client.
102 std::string unique_id; 103 std::string unique_id;
103 }; 104 };
104 105
105 } // namespace syncer 106 } // namespace syncer
106 107
107 #endif // SYNC_INTERNAL_API_PUBLIC_ENGINE_STATUS_SUMMARY_H_ 108 #endif // SYNC_INTERNAL_API_PUBLIC_ENGINE_STATUS_SUMMARY_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698