| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 693e84d96148a486101ae1a1e7ed6401e516c791..07a0e34fa7e5595321e1d5d28a2a55c349efda32 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -38,7 +38,7 @@
|
| #include "components/prefs/pref_member.h"
|
| #include "components/sessions/core/session_id.h"
|
| #include "components/toolbar/toolbar_model.h"
|
| -#include "components/translate/content/browser/content_translate_driver.h"
|
| +#include "components/translate/content/browser/content_translate_driver_impl.h"
|
| #include "components/zoom/zoom_observer.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -118,7 +118,7 @@ class Browser : public TabStripModelObserver,
|
| #if defined(ENABLE_EXTENSIONS)
|
| public extensions::ExtensionRegistryObserver,
|
| #endif
|
| - public translate::ContentTranslateDriver::Observer,
|
| + public translate::ContentTranslateDriverImpl::Observer,
|
| public ui::SelectFileDialog::Listener {
|
| public:
|
| // SessionService::WindowType mirrors these values. If you add to this
|
| @@ -738,7 +738,7 @@ class Browser : public TabStripModelObserver,
|
| extensions::UnloadedExtensionInfo::Reason reason) override;
|
| #endif
|
|
|
| - // Overridden from translate::ContentTranslateDriver::Observer:
|
| + // Overridden from translate::ContentTranslateDriverImpl::Observer:
|
| void OnIsPageTranslatedChanged(content::WebContents* source) override;
|
| void OnTranslateEnabledChanged(content::WebContents* source) override;
|
|
|
|
|