| Index: chrome/browser/sync/test/integration/sync_test.h
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
|
| index db17ba39db77f41247464033a5ce7a7eabb100e4..144c1e28524e7034da2ff69e3197ebaed65f0999 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -175,7 +175,7 @@ class SyncTest : public InProcessBrowserTest {
|
| void TriggerTransientError();
|
|
|
| // Triggers a sync error on the server.
|
| - void TriggerSyncError(const browser_sync::SyncProtocolError& error);
|
| + void TriggerSyncError(const browser_sync::SyncOperationResult& error);
|
|
|
| // Triggers setting the sync_tabs field of the nigori node.
|
| void TriggerSetSyncTabs();
|
|
|