| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index d55c0ff6e22225defa507d453672fad17910d050..834ec906d4c75c7e072e577c77bcee397241e76b 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -717,9 +717,9 @@ class TestingAutomationProvider : public AutomationProvider,
|
|
|
| // Waits for the ongoing sync cycle to complete.
|
| // Uses the JSON interface for input/output.
|
| - void AwaitSyncCycleCompletion(Browser* browser,
|
| - base::DictionaryValue* args,
|
| - IPC::Message* reply_message);
|
| + void AwaitFullSyncCompletion(Browser* browser,
|
| + base::DictionaryValue* args,
|
| + IPC::Message* reply_message);
|
|
|
| // Waits for sync to reinitialize (for example, after a browser restart).
|
| // Uses the JSON interface for input/output.
|
|
|