Chromium Code Reviews| Index: chrome/browser/translate/chrome_translate_client.h |
| diff --git a/chrome/browser/translate/chrome_translate_client.h b/chrome/browser/translate/chrome_translate_client.h |
| index a9f8c3e92b32422f4b55a404e39445555fc58a78..9bb80e98a246a63e2296bf01612990ef06c0bf19 100644 |
| --- a/chrome/browser/translate/chrome_translate_client.h |
| +++ b/chrome/browser/translate/chrome_translate_client.h |
| @@ -10,6 +10,7 @@ |
| #include "base/memory/scoped_ptr.h" |
| #include "base/memory/weak_ptr.h" |
| #include "chrome/browser/ui/translate/translate_bubble_model.h" |
| +#include "components/infobars/core/infobar.h" |
|
Peter Kasting
2014/06/09 00:27:21
Curious why this was needed in the .h?
msw
2014/06/09 16:27:32
Moved this to the .cc
|
| #include "components/translate/content/browser/content_translate_driver.h" |
| #include "components/translate/core/browser/translate_client.h" |
| #include "components/translate/core/browser/translate_step.h" |