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

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

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 years 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> 8 #include <stddef.h>
9 9
10 #include <map> 10 #include <map>
(...skipping 25 matching lines...) Expand all
36 class LocalDeviceInfoProvider; 36 class LocalDeviceInfoProvider;
37 class SyncErrorFactory; 37 class SyncErrorFactory;
38 class SyncPrefs; 38 class SyncPrefs;
39 } // namespace syncer 39 } // namespace syncer
40 40
41 namespace sync_pb { 41 namespace sync_pb {
42 class SessionHeader; 42 class SessionHeader;
43 class SessionSpecifics; 43 class SessionSpecifics;
44 class SessionTab; 44 class SessionTab;
45 class SessionWindow; 45 class SessionWindow;
46 class TabNavigation;
47 } // namespace sync_pb 46 } // namespace sync_pb
48 47
49 namespace extensions { 48 namespace extensions {
50 class ExtensionSessionsTest; 49 class ExtensionSessionsTest;
51 } // namespace extensions 50 } // namespace extensions
52 51
53 namespace sync_sessions { 52 namespace sync_sessions {
54 53
55 class SyncedTabDelegate; 54 class SyncedTabDelegate;
56 class SyncedWindowDelegatesGetter; 55 class SyncedWindowDelegatesGetter;
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 375
377 // Callback to inform sync that a sync data refresh is requested. 376 // Callback to inform sync that a sync data refresh is requested.
378 base::Closure datatype_refresh_callback_; 377 base::Closure datatype_refresh_callback_;
379 378
380 DISALLOW_COPY_AND_ASSIGN(SessionsSyncManager); 379 DISALLOW_COPY_AND_ASSIGN(SessionsSyncManager);
381 }; 380 };
382 381
383 } // namespace sync_sessions 382 } // namespace sync_sessions
384 383
385 #endif // COMPONENTS_SYNC_SESSIONS_SESSIONS_SYNC_MANAGER_H_ 384 #endif // COMPONENTS_SYNC_SESSIONS_SESSIONS_SYNC_MANAGER_H_
OLDNEW
« no previous file with comments | « components/sync_sessions/revisit/sessions_page_revisit_observer.h ('k') | components/sync_sessions/synced_tab_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698