| Index: chrome/browser/ui/cocoa/infobars/translate_infobar_base.h
|
| diff --git a/chrome/browser/ui/cocoa/infobars/translate_infobar_base.h b/chrome/browser/ui/cocoa/infobars/translate_infobar_base.h
|
| index d1d96ae6e699bbe8d363cc4d233e344b68b0d49e..87256c7233bc460fc45d8a2472a6c1151ba6ce79 100644
|
| --- a/chrome/browser/ui/cocoa/infobars/translate_infobar_base.h
|
| +++ b/chrome/browser/ui/cocoa/infobars/translate_infobar_base.h
|
| @@ -12,7 +12,7 @@
|
| #include "chrome/browser/translate/options_menu_model.h"
|
| #include "chrome/browser/translate/translate_infobar_delegate.h"
|
| #import "chrome/browser/ui/cocoa/infobars/infobar_controller.h"
|
| -#include "chrome/common/translate/translate_errors.h"
|
| +#include "components/translate/core/common/translate_errors.h"
|
|
|
| // The base class for the three translate infobars. This class does all of the
|
| // heavy UI lifting, while deferring to the subclass to tell it what views
|
|
|