Index: chrome/browser/ui/android/tab_model/tab_model.h |
diff --git a/chrome/browser/ui/android/tab_model/tab_model.h b/chrome/browser/ui/android/tab_model/tab_model.h |
index 567b8e7a7b1b58553ac8b7a770ba51b1c181fd71..40d072613789381688f0ed569b63eb50fdae452b 100644 |
--- a/chrome/browser/ui/android/tab_model/tab_model.h |
+++ b/chrome/browser/ui/android/tab_model/tab_model.h |
@@ -30,9 +30,6 @@ class TabAndroid; |
// with Android's Tabs and Tab Model. |
class TabModel : public content::NotificationObserver { |
public: |
- explicit TabModel(Profile* profile); |
- virtual ~TabModel(); |
- |
virtual Profile* GetProfile() const; |
virtual bool IsOffTheRecord() const; |
virtual browser_sync::SyncedWindowDelegate* GetSyncedWindowDelegate() const; |
@@ -60,6 +57,9 @@ class TabModel : public content::NotificationObserver { |
virtual void OpenClearBrowsingData() const = 0; |
protected: |
+ explicit TabModel(Profile* profile); |
+ virtual ~TabModel(); |
+ |
// Instructs the TabModel to broadcast a notification that all tabs are now |
// loaded from storage. |
void BroadcastSessionRestoreComplete(); |