diff options
Diffstat (limited to 'chrome/browser/sync/backend_migrator.cc')
-rw-r--r-- | chrome/browser/sync/backend_migrator.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/backend_migrator.cc b/chrome/browser/sync/backend_migrator.cc index f17ee99..26e0b2a 100644 --- a/chrome/browser/sync/backend_migrator.cc +++ b/chrome/browser/sync/backend_migrator.cc @@ -7,12 +7,12 @@ #include "base/message_loop.h" #include "base/string_number_conversions.h" #include "base/tracked_objects.h" -#include "chrome/browser/sync/internal_api/configure_reason.h" -#include "chrome/browser/sync/internal_api/read_transaction.h" #include "chrome/browser/sync/profile_sync_service.h" #include "chrome/common/chrome_notification_types.h" #include "content/public/browser/notification_details.h" #include "content/public/browser/notification_source.h" +#include "sync/internal_api/configure_reason.h" +#include "sync/internal_api/read_transaction.h" #include "sync/protocol/sync.pb.h" #include "sync/sessions/session_state.h" |