| 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 be961bbd0a29c04b443278c97ea4fabc97fc24c8..df106813426e6570011c553dfcf676ea78fcd884 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -198,7 +198,7 @@ class SyncTest : public InProcessBrowserTest {
|
| // Triggers a sync error on the server.
|
| // error: The error the server is expected to return.
|
| // frequency: Frequency with which the error is returned.
|
| - void TriggerSyncError(const csync::SyncProtocolError& error,
|
| + void TriggerSyncError(const syncer::SyncProtocolError& error,
|
| SyncErrorFrequency frequency);
|
|
|
| // Triggers the creation the Synced Bookmarks folder on the server.
|
|
|