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

Side by Side Diff: ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.h

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. Created 4 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
« no previous file with comments | « ios/chrome/browser/sync/glue/sync_start_util.h ('k') | ui/app_list/app_list_item.h » ('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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 IOS_CHROME_BROWSER_SYNC_SESSIONS_IOS_CHROME_LOCAL_SESSION_EVENT_ROUTER_H _ 5 #ifndef IOS_CHROME_BROWSER_SYNC_SESSIONS_IOS_CHROME_LOCAL_SESSION_EVENT_ROUTER_H _
6 #define IOS_CHROME_BROWSER_SYNC_SESSIONS_IOS_CHROME_LOCAL_SESSION_EVENT_ROUTER_H _ 6 #define IOS_CHROME_BROWSER_SYNC_SESSIONS_IOS_CHROME_LOCAL_SESSION_EVENT_ROUTER_H _
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include <memory> 10 #include <memory>
11 #include <set> 11 #include <set>
12 12
13 #include "base/callback_list.h" 13 #include "base/callback_list.h"
14 #include "base/macros.h" 14 #include "base/macros.h"
15 #include "components/sync/api/syncable_service.h" 15 #include "components/sync/model/syncable_service.h"
16 #include "components/sync_sessions/local_session_event_router.h" 16 #include "components/sync_sessions/local_session_event_router.h"
17 #include "ios/web/public/web_state/global_web_state_observer.h" 17 #include "ios/web/public/web_state/global_web_state_observer.h"
18 18
19 class GURL; 19 class GURL;
20 20
21 namespace ios { 21 namespace ios {
22 class ChromeBrowserState; 22 class ChromeBrowserState;
23 } 23 }
24 24
25 namespace sync_sessions { 25 namespace sync_sessions {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 const GURL&)>::Subscription> 78 const GURL&)>::Subscription>
79 favicon_changed_subscription_; 79 favicon_changed_subscription_;
80 80
81 std::unique_ptr<base::CallbackList<void(web::WebState*)>::Subscription> 81 std::unique_ptr<base::CallbackList<void(web::WebState*)>::Subscription>
82 tab_parented_subscription_; 82 tab_parented_subscription_;
83 83
84 DISALLOW_COPY_AND_ASSIGN(IOSChromeLocalSessionEventRouter); 84 DISALLOW_COPY_AND_ASSIGN(IOSChromeLocalSessionEventRouter);
85 }; 85 };
86 86
87 #endif // IOS_CHROME_BROWSER_SYNC_SESSIONS_IOS_CHROME_LOCAL_SESSION_EVENT_ROUTE R_H_ 87 #endif // IOS_CHROME_BROWSER_SYNC_SESSIONS_IOS_CHROME_LOCAL_SESSION_EVENT_ROUTE R_H_
OLDNEW
« no previous file with comments | « ios/chrome/browser/sync/glue/sync_start_util.h ('k') | ui/app_list/app_list_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698