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

Side by Side Diff: chrome/browser/ui/android/tab_model/tab_model.h

Issue 1652153003: Move toolbar_model_{impl,delegate}.{cc,h} to components/toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@3
Patch Set: Add static_cast<int> to fix compilation warning on Win Created 4 years, 10 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_UI_ANDROID_TAB_MODEL_TAB_MODEL_H_ 5 #ifndef CHROME_BROWSER_UI_ANDROID_TAB_MODEL_TAB_MODEL_H_
6 #define CHROME_BROWSER_UI_ANDROID_TAB_MODEL_TAB_MODEL_H_ 6 #define CHROME_BROWSER_UI_ANDROID_TAB_MODEL_TAB_MODEL_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "chrome/browser/ui/toolbar/toolbar_model_delegate.h"
11 #include "components/sessions/core/session_id.h" 10 #include "components/sessions/core/session_id.h"
12 #include "components/sync_sessions/synced_window_delegate.h" 11 #include "components/sync_sessions/synced_window_delegate.h"
13 #include "components/toolbar/toolbar_model.h" 12 #include "components/toolbar/toolbar_model.h"
13 #include "components/toolbar/toolbar_model_delegate.h"
14 #include "content/public/browser/notification_observer.h" 14 #include "content/public/browser/notification_observer.h"
15 #include "content/public/browser/notification_registrar.h" 15 #include "content/public/browser/notification_registrar.h"
16 16
17 namespace browser_sync { 17 namespace browser_sync {
18 class SyncedWindowDelegate; 18 class SyncedWindowDelegate;
19 class SyncedWindowDelegateAndroid; 19 class SyncedWindowDelegateAndroid;
20 } 20 }
21 21
22 namespace content { 22 namespace content {
23 class WebContents; 23 class WebContents;
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 // across sessions. 88 // across sessions.
89 SessionID session_id_; 89 SessionID session_id_;
90 90
91 // The Registrar used to register TabModel for notifications. 91 // The Registrar used to register TabModel for notifications.
92 content::NotificationRegistrar registrar_; 92 content::NotificationRegistrar registrar_;
93 93
94 DISALLOW_COPY_AND_ASSIGN(TabModel); 94 DISALLOW_COPY_AND_ASSIGN(TabModel);
95 }; 95 };
96 96
97 #endif // CHROME_BROWSER_UI_ANDROID_TAB_MODEL_TAB_MODEL_H_ 97 #endif // CHROME_BROWSER_UI_ANDROID_TAB_MODEL_TAB_MODEL_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc ('k') | chrome/browser/ui/android/tab_model/tab_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698