| 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 c7c1f25f79578cb332c68462f4720e39fdda7415..6159524ea27872c6d4e6c738d808904a4411707c 100644
|
| --- a/chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc
|
| +++ b/chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc
|
| @@ -25,7 +25,7 @@ namespace {
|
| using ::testing::NiceMock;
|
| using ::testing::StrictMock;
|
| using content::BrowserThread;
|
| -using syncable::HasModelTypes;
|
| +using syncer::syncable::HasModelTypes;
|
|
|
| class MockChromeSyncNotificationBridge : public ChromeSyncNotificationBridge {
|
| public:
|
|
|