Index: chrome/browser/sync/sync_ui_util.cc |
diff --git a/chrome/browser/sync/sync_ui_util.cc b/chrome/browser/sync/sync_ui_util.cc |
index 6728529d73f936f5e8188b8e040c6bf2b8044286..b569a7de7e31e8248a6cfd2ba5ddce449f0c9d78 100644 |
--- a/chrome/browser/sync/sync_ui_util.cc |
+++ b/chrome/browser/sync/sync_ui_util.cc |
@@ -13,10 +13,6 @@ |
#include "chrome/browser/profiles/profile_manager.h" |
#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/sync/profile_sync_service_factory.h" |
-#include "chrome/browser/sync/protocol/proto_enum_conversions.h" |
-#include "chrome/browser/sync/protocol/sync_protocol_error.h" |
-#include "chrome/browser/sync/syncable/model_type.h" |
-#include "chrome/browser/sync/sessions/session_state.h" |
#include "chrome/browser/ui/browser.h" |
#include "chrome/browser/ui/browser_window.h" |
#include "chrome/browser/ui/webui/signin/login_ui_service.h" |
@@ -30,6 +26,10 @@ |
#include "grit/chromium_strings.h" |
#include "grit/generated_resources.h" |
#include "grit/locale_settings.h" |
+#include "sync/protocol/proto_enum_conversions.h" |
+#include "sync/protocol/sync_protocol_error.h" |
+#include "sync/sessions/session_state.h" |
+#include "sync/syncable/model_type.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/resource/resource_bundle.h" |