| Index: chrome/browser/sync/glue/frontend_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/frontend_data_type_controller.cc b/chrome/browser/sync/glue/frontend_data_type_controller.cc
|
| index 69a0fac848a59bf4cf4eee465a70763eb2f552a7..fca7a1b8358ceb0103416236a0fd342e84529605 100644
|
| --- a/chrome/browser/sync/glue/frontend_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/frontend_data_type_controller.cc
|
| @@ -12,9 +12,9 @@
|
| #include "chrome/browser/sync/glue/model_associator.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;
|
|
|
|
|