| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index be3a55b8b0128c204cbbdbec1a68ea65de8b0f05..99c534ceb4d9c7b41f346768cd29710c865263bf 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -24,9 +24,9 @@
|
| #include "chrome/common/ntp_logging_events.h"
|
| #include "chrome/common/omnibox_focus_state.h"
|
| #include "chrome/common/search_provider.h"
|
| -#include "chrome/common/translate/language_detection_details.h"
|
| -#include "chrome/common/translate/translate_errors.h"
|
| #include "components/nacl/common/nacl_types.h"
|
| +#include "components/translate/core/common/language_detection_details.h"
|
| +#include "components/translate/core/common/translate_errors.h"
|
| #include "content/public/common/common_param_traits.h"
|
| #include "content/public/common/referrer.h"
|
| #include "content/public/common/top_controls_state.h"
|
|
|