| Index: chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc b/chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc
|
| index 6159524ea27872c6d4e6c738d808904a4411707c..71fab0da65417e772473aa21bef55662171800cf 100644
|
| --- a/chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc
|
| +++ b/chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc
|
| @@ -12,8 +12,8 @@
|
| #include "chrome/browser/sync/glue/chrome_sync_notification_bridge.h"
|
| #include "chrome/test/base/profile_mock.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| -#include "sync/internal_api/public/syncable/model_type.h"
|
| -#include "sync/internal_api/public/syncable/model_type_test_util.h"
|
| +#include "sync/internal_api/public/base/model_type.h"
|
| +#include "sync/internal_api/public/base/model_type_test_util.h"
|
| #include "sync/notifier/mock_sync_notifier_observer.h"
|
| #include "sync/notifier/sync_notifier.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|