Index: chrome/browser/sync/glue/ui_data_type_controller.cc |
diff --git a/chrome/browser/sync/glue/ui_data_type_controller.cc b/chrome/browser/sync/glue/ui_data_type_controller.cc |
index d48fdda4c265ec462069d0cd95450d75fa132c04..e4475dbc85a3375cf8974c373068c2a6a16738da 100644 |
--- a/chrome/browser/sync/glue/ui_data_type_controller.cc |
+++ b/chrome/browser/sync/glue/ui_data_type_controller.cc |
@@ -11,9 +11,9 @@ |
#include "chrome/browser/sync/glue/generic_change_processor.h" |
#include "chrome/browser/sync/profile_sync_components_factory.h" |
#include "chrome/browser/sync/profile_sync_service.h" |
-#include "chrome/browser/sync/syncable/model_type.h" |
-#include "chrome/browser/sync/util/data_type_histogram.h" |
#include "content/public/browser/browser_thread.h" |
+#include "sync/syncable/model_type.h" |
+#include "sync/util/data_type_histogram.h" |
using content::BrowserThread; |