Chromium Code Reviews| 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 36a6cfc67c8b88a837fd550a5baec1ebcd4d0ec6..f497c2d0c42a6b890a48bf438b54b8c61fe5b5b6 100644 |
| --- a/chrome/browser/sync/profile_sync_test_util.cc |
| +++ b/chrome/browser/sync/profile_sync_test_util.cc |
| @@ -8,9 +8,14 @@ |
| #include "base/location.h" |
| #include "base/single_thread_task_runner.h" |
| #include "base/threading/thread.h" |
| +#include "base/time/time.h" |
|
Nicolas Zea
2015/10/28 20:33:18
nit: is this needed? (looks like you can leave tim
maxbogue
2015/10/28 23:19:11
Done.
|
| using content::BrowserThread; |
| +void EmptyNetworkTimeUpdate(const base::Time&, |
| + const base::TimeDelta&, |
| + const base::TimeDelta&) {} |
| + |
| SyncServiceObserverMock::SyncServiceObserverMock() { |
| } |