| 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 fd115198781172f7cc15909b7de21058b877d954..0997d474bc0d70afa0c3a93590d0ced267da64f7 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -254,9 +254,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.
|
|
|