Index: chrome/browser/ui/app_list/app_list_syncable_service.cc |
diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.cc b/chrome/browser/ui/app_list/app_list_syncable_service.cc |
index 6737a65303b01c7e47f120ce0f1fdb68e7661d64..b4d070a24dff13c461c60625c64a710268a04d96 100644 |
--- a/chrome/browser/ui/app_list/app_list_syncable_service.cc |
+++ b/chrome/browser/ui/app_list/app_list_syncable_service.cc |
@@ -21,14 +21,14 @@ |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/extensions/extension_constants.h" |
#include "chrome/grit/generated_resources.h" |
+#include "components/sync/api/sync_change_processor.h" |
+#include "components/sync/api/sync_data.h" |
+#include "components/sync/api/sync_merge_result.h" |
+#include "components/sync/protocol/sync.pb.h" |
#include "extensions/browser/extension_prefs.h" |
#include "extensions/browser/extension_system.h" |
#include "extensions/browser/uninstall_reason.h" |
#include "extensions/common/constants.h" |
-#include "sync/api/sync_change_processor.h" |
-#include "sync/api/sync_data.h" |
-#include "sync/api/sync_merge_result.h" |
-#include "sync/protocol/sync.pb.h" |
#include "ui/app_list/app_list_folder_item.h" |
#include "ui/app_list/app_list_item.h" |
#include "ui/app_list/app_list_model.h" |