Index: chrome/browser/sync/profile_sync_service.cc |
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc |
index 05c684f51851b029b84ef2c3378b4dbf9502a6a6..68658c9f421f2c98804fcf0ce7d1b756cf256e02 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -57,11 +57,11 @@ |
#include "grit/generated_resources.h" |
#include "net/cookies/cookie_monster.h" |
#include "sync/api/sync_error.h" |
-#include "sync/internal_api/configure_reason.h" |
+#include "sync/internal_api/public/configure_reason.h" |
+#include "sync/internal_api/public/util/experiments.h" |
#include "sync/js/js_arg_list.h" |
#include "sync/js/js_event_details.h" |
#include "sync/util/cryptographer.h" |
-#include "sync/util/experiments.h" |
#include "ui/base/l10n/l10n_util.h" |
using browser_sync::ChangeProcessor; |