| Index: chrome/browser/sync/profile_sync_test_util.h
|
| diff --git a/chrome/browser/sync/profile_sync_test_util.h b/chrome/browser/sync/profile_sync_test_util.h
|
| index 80d1fbf2479798bb9f1e983e6c0f503910d383be..7a5249fa49b3d83fa1d4e6f57f5a759188b7ee49 100644
|
| --- a/chrome/browser/sync/profile_sync_test_util.h
|
| +++ b/chrome/browser/sync/profile_sync_test_util.h
|
| @@ -46,14 +46,9 @@ ACTION(QuitUIMessageLoop) {
|
| MessageLoop::current()->Quit();
|
| }
|
|
|
| -ACTION_P(InvokeTask, task) {
|
| - if (task)
|
| - task->Run();
|
| -}
|
| -
|
| class TestModelAssociatorHelper {
|
| public:
|
| - TestModelAssociatorHelper(browser_sync::TestIdFactory* id_factory)
|
| + explicit TestModelAssociatorHelper(browser_sync::TestIdFactory* id_factory)
|
| : id_factory_(id_factory) {
|
| }
|
|
|
|
|