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

Side by Side Diff: sync/notifier/registration_manager.h

Issue 18031009: Use a direct include of time headers in rlz/, skia/, sql/, sync/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« no previous file with comments | « sync/notifier/ack_tracker.h ('k') | sync/notifier/sync_invalidation_listener_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 // A class that manages the registration of types for server-issued 5 // A class that manages the registration of types for server-issued
6 // notifications. 6 // notifications.
7 7
8 #ifndef SYNC_NOTIFIER_REGISTRATION_MANAGER_H_ 8 #ifndef SYNC_NOTIFIER_REGISTRATION_MANAGER_H_
9 #define SYNC_NOTIFIER_REGISTRATION_MANAGER_H_ 9 #define SYNC_NOTIFIER_REGISTRATION_MANAGER_H_
10 10
11 #include <map> 11 #include <map>
12 12
13 #include "base/basictypes.h" 13 #include "base/basictypes.h"
14 #include "base/threading/non_thread_safe.h" 14 #include "base/threading/non_thread_safe.h"
15 #include "base/time.h" 15 #include "base/time/time.h"
16 #include "base/timer.h" 16 #include "base/timer/timer.h"
17 // For invalidation::InvalidationListener::RegistrationState. 17 // For invalidation::InvalidationListener::RegistrationState.
18 #include "google/cacheinvalidation/include/invalidation-listener.h" 18 #include "google/cacheinvalidation/include/invalidation-listener.h"
19 #include "google/cacheinvalidation/include/types.h" 19 #include "google/cacheinvalidation/include/types.h"
20 #include "sync/base/sync_export.h" 20 #include "sync/base/sync_export.h"
21 #include "sync/notifier/invalidation_util.h" 21 #include "sync/notifier/invalidation_util.h"
22 22
23 namespace syncer { 23 namespace syncer {
24 24
25 using ::invalidation::InvalidationListener; 25 using ::invalidation::InvalidationListener;
26 26
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 RegistrationStatusMap registration_statuses_; 178 RegistrationStatusMap registration_statuses_;
179 // Weak pointer. 179 // Weak pointer.
180 invalidation::InvalidationClient* invalidation_client_; 180 invalidation::InvalidationClient* invalidation_client_;
181 181
182 DISALLOW_COPY_AND_ASSIGN(RegistrationManager); 182 DISALLOW_COPY_AND_ASSIGN(RegistrationManager);
183 }; 183 };
184 184
185 } // namespace syncer 185 } // namespace syncer
186 186
187 #endif // SYNC_NOTIFIER_REGISTRATION_MANAGER_H_ 187 #endif // SYNC_NOTIFIER_REGISTRATION_MANAGER_H_
OLDNEW
« no previous file with comments | « sync/notifier/ack_tracker.h ('k') | sync/notifier/sync_invalidation_listener_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698