| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 97e312bac0e22fb3289aa0bcaa053f1bb5bae0d7..b6a2e5400dae0c4cd038b73f12ae2cf030cac20b 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -71,7 +71,6 @@
|
| #include "chrome/browser/user_style_sheet_watcher.h"
|
| #include "chrome/browser/visitedlink/visitedlink_event_listener.h"
|
| #include "chrome/browser/visitedlink/visitedlink_master.h"
|
| -#include "chrome/browser/web_resource/promo_resource_service.h"
|
| #include "chrome/browser/webdata/web_data_service.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| @@ -94,6 +93,10 @@
|
| #include "chrome/browser/policy/policy_service_stub.h"
|
| #endif // defined(ENABLE_CONFIGURATION_POLICY)
|
|
|
| +#if defined(ENABLE_PROMO_RESOURCE_SERVICE)
|
| +#include "chrome/browser/web_resource/promo_resource_service.h"
|
| +#endif // ENABLE_PROMO_RESOURCE_SERVICE
|
| +
|
| #if defined(OS_WIN)
|
| #include "chrome/installer/util/install_util.h"
|
| #endif
|
|
|