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

Side by Side Diff: components/sync_sessions/sessions_sync_manager.h

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 COMPONENTS_SYNC_SESSIONS_SESSIONS_SYNC_MANAGER_H_ 5 #ifndef COMPONENTS_SYNC_SESSIONS_SESSIONS_SYNC_MANAGER_H_
6 #define COMPONENTS_SYNC_SESSIONS_SESSIONS_SYNC_MANAGER_H_ 6 #define COMPONENTS_SYNC_SESSIONS_SESSIONS_SYNC_MANAGER_H_
7 7
8 #include <stddef.h>
9
8 #include <map> 10 #include <map>
9 #include <set> 11 #include <set>
10 #include <string> 12 #include <string>
11 #include <vector> 13 #include <vector>
12 14
13 #include "base/basictypes.h"
14 #include "base/callback_forward.h" 15 #include "base/callback_forward.h"
15 #include "base/gtest_prod_util.h" 16 #include "base/gtest_prod_util.h"
17 #include "base/macros.h"
16 #include "base/memory/weak_ptr.h" 18 #include "base/memory/weak_ptr.h"
17 #include "base/time/time.h" 19 #include "base/time/time.h"
18 #include "components/sessions/core/session_id.h" 20 #include "components/sessions/core/session_id.h"
19 #include "components/sessions/core/session_types.h" 21 #include "components/sessions/core/session_types.h"
20 #include "components/sync_driver/device_info.h" 22 #include "components/sync_driver/device_info.h"
21 #include "components/sync_driver/sync_prefs.h" 23 #include "components/sync_driver/sync_prefs.h"
22 #include "components/sync_sessions/favicon_cache.h" 24 #include "components/sync_sessions/favicon_cache.h"
23 #include "components/sync_sessions/local_session_event_router.h" 25 #include "components/sync_sessions/local_session_event_router.h"
24 #include "components/sync_sessions/open_tabs_ui_delegate.h" 26 #include "components/sync_sessions/open_tabs_ui_delegate.h"
25 #include "components/sync_sessions/revisit/page_revisit_broadcaster.h" 27 #include "components/sync_sessions/revisit/page_revisit_broadcaster.h"
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 355
354 // Callback to inform sync that a sync data refresh is requested. 356 // Callback to inform sync that a sync data refresh is requested.
355 base::Closure datatype_refresh_callback_; 357 base::Closure datatype_refresh_callback_;
356 358
357 DISALLOW_COPY_AND_ASSIGN(SessionsSyncManager); 359 DISALLOW_COPY_AND_ASSIGN(SessionsSyncManager);
358 }; 360 };
359 361
360 } // namespace browser_sync 362 } // namespace browser_sync
361 363
362 #endif // COMPONENTS_SYNC_SESSIONS_SESSIONS_SYNC_MANAGER_H_ 364 #endif // COMPONENTS_SYNC_SESSIONS_SESSIONS_SYNC_MANAGER_H_
OLDNEW
« no previous file with comments | « components/sync_sessions/revisit/typed_url_page_revisit_task.h ('k') | components/sync_sessions/sessions_sync_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698