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

Side by Side Diff: chrome/browser/sync/glue/synced_window_delegate_android.h

Issue 1361613002: Move all core files in //components/sessions into core/ subdir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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 (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 CHROME_BROWSER_SYNC_GLUE_SYNCED_WINDOW_DELEGATE_ANDROID_H_ 5 #ifndef CHROME_BROWSER_SYNC_GLUE_SYNCED_WINDOW_DELEGATE_ANDROID_H_
6 #define CHROME_BROWSER_SYNC_GLUE_SYNCED_WINDOW_DELEGATE_ANDROID_H_ 6 #define CHROME_BROWSER_SYNC_GLUE_SYNCED_WINDOW_DELEGATE_ANDROID_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "components/sessions/session_id.h" 9 #include "components/sessions/core/session_id.h"
10 #include "components/sync_driver/glue/synced_window_delegate.h" 10 #include "components/sync_driver/glue/synced_window_delegate.h"
11 11
12 class TabModel; 12 class TabModel;
13 13
14 namespace browser_sync { 14 namespace browser_sync {
15 15
16 class SyncedTabDelegate; 16 class SyncedTabDelegate;
17 17
18 class SyncedWindowDelegateAndroid : public browser_sync::SyncedWindowDelegate { 18 class SyncedWindowDelegateAndroid : public browser_sync::SyncedWindowDelegate {
19 public: 19 public:
(...skipping 17 matching lines...) Expand all
37 37
38 private: 38 private:
39 TabModel* tab_model_; 39 TabModel* tab_model_;
40 40
41 DISALLOW_COPY_AND_ASSIGN(SyncedWindowDelegateAndroid); 41 DISALLOW_COPY_AND_ASSIGN(SyncedWindowDelegateAndroid);
42 }; 42 };
43 43
44 } // namespace browser_sync 44 } // namespace browser_sync
45 45
46 #endif // CHROME_BROWSER_SYNC_GLUE_SYNCED_WINDOW_DELEGATE_ANDROID_H_ 46 #endif // CHROME_BROWSER_SYNC_GLUE_SYNCED_WINDOW_DELEGATE_ANDROID_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/synced_tab_delegate.h ('k') | chrome/browser/sync/sessions/sessions_sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698