| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index cb1e988b9a0156d4dd94eecc3ecf87e8e7c68bdf..3a5452efb8e72236b840ec4799cf245c4ab9f633 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -24,6 +24,7 @@
|
| #include "chrome/common/pepper_flash.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/common/url_constants.h"
|
| +#include "chrome/grit/common_resources.h"
|
| #include "components/dom_distiller/core/url_constants.h"
|
| #include "components/nacl/common/nacl_process_type.h"
|
| #include "content/public/common/content_constants.h"
|
| @@ -33,7 +34,6 @@
|
| #include "content/public/common/user_agent.h"
|
| #include "extensions/common/constants.h"
|
| #include "gpu/config/gpu_info.h"
|
| -#include "grit/common_resources.h"
|
| #include "ppapi/shared_impl/ppapi_permissions.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/layout.h"
|
|
|