| 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 a4440fad4bb4e0e033bff003919d4dcb0329921d..70fa9c41c7e0ccd7113994d0bf42f1bade13c36c 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -257,9 +257,9 @@ class SyncTest : public InProcessBrowserTest {
|
| // on by default yet.
|
| virtual void AddOptionalTypesToCommandLine(base::CommandLine* cl);
|
|
|
| - // InProcessBrowserTest override. Destroys all the sync clients and sync
|
| + // BrowserTestBase override. Destroys all the sync clients and sync
|
| // profiles created by a test.
|
| - virtual void CleanUpOnMainThread() OVERRIDE;
|
| + virtual void TearDownOnMainThread() OVERRIDE;
|
|
|
| // InProcessBrowserTest override. Changes behavior of the default host
|
| // resolver to avoid DNS lookup errors.
|
|
|