| Index: chrome/browser/sync/profile_sync_test_util.cc
|
| diff --git a/chrome/browser/sync/profile_sync_test_util.cc b/chrome/browser/sync/profile_sync_test_util.cc
|
| index bdbb810018462a72042076bfffd9f1df2fa7dbd9..7a18bb07df14b95a5dbc68c3160e79158bcedf44 100644
|
| --- a/chrome/browser/sync/profile_sync_test_util.cc
|
| +++ b/chrome/browser/sync/profile_sync_test_util.cc
|
| @@ -8,6 +8,8 @@
|
| #include "base/task.h"
|
| #include "base/threading/thread.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| ProfileSyncServiceObserverMock::ProfileSyncServiceObserverMock() {}
|
|
|
| ProfileSyncServiceObserverMock::~ProfileSyncServiceObserverMock() {}
|
|
|