| Index: chrome/browser/ui/translate/translate_bubble_model.h
|
| diff --git a/chrome/browser/ui/translate/translate_bubble_model.h b/chrome/browser/ui/translate/translate_bubble_model.h
|
| index 19b36a805dd29792844b25e95c4478978616a817..e65e6c5f76bcad19b95f7707ce36bebf1dacb606 100644
|
| --- a/chrome/browser/ui/translate/translate_bubble_model.h
|
| +++ b/chrome/browser/ui/translate/translate_bubble_model.h
|
| @@ -8,7 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/strings/string16.h"
|
| -#include "chrome/common/translate/translate_errors.h"
|
| +#include "components/translate/core/common/translate_errors.h"
|
|
|
| // The model for the Translate bubble UX. This manages the user's manipulation
|
| // of the bubble and offers the data to show on the bubble.
|
|
|