| 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 3d7bf514cc923de7d612ffad6909683093287089..620bdc9399c6ed860825214136f0b9ef93eeb2bb 100644
|
| --- a/chrome/browser/ui/android/tab_model/tab_model.h
|
| +++ b/chrome/browser/ui/android/tab_model/tab_model.h
|
| @@ -32,9 +32,6 @@ class TabModel : public content::NotificationObserver,
|
| public ToolbarModelDelegate {
|
| public:
|
| explicit TabModel(Profile* profile);
|
| - // Deprecated: This constructor is deprecated and should be removed once
|
| - // downstream Android uses new constructor. See crbug.com/159704.
|
| - TabModel();
|
| virtual ~TabModel();
|
|
|
| // Implementation of ToolbarDelegate
|
|
|