| 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 6ba2eb3dc13bfe1399459f6be2b97d5f55191f84..052afe8a822cf9028af782b81c30b803bf5c0e8c 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -97,18 +97,18 @@ class SyncTest : public InProcessBrowserTest {
|
| // The type of server we're running against.
|
| enum ServerType {
|
| SERVER_TYPE_UNDECIDED,
|
| - LOCAL_PYTHON_SERVER, // The mock python server that runs locally and is
|
| - // part of the Chromium checkout.
|
| - LOCAL_LIVE_SERVER, // Some other server (maybe the real binary used by
|
| - // Google's sync service) that can be started on
|
| - // a per-test basis by running a command
|
| - EXTERNAL_LIVE_SERVER, // A remote server that the test code has no control
|
| - // over whatsoever; cross your fingers that the
|
| - // account state is initially clean.
|
| - IN_PROCESS_FAKE_SERVER, // The fake Sync server (FakeServer) running
|
| - // in-process (bypassing HTTP calls). This
|
| - // ServerType will eventually replace
|
| - // LOCAL_PYTHON_SERVER.
|
| + LOCAL_PYTHON_SERVER, // The mock python server that runs locally and is
|
| + // part of the Chromium checkout.
|
| + LOCAL_LIVE_SERVER, // Some other server (maybe the real binary used by
|
| + // Google's sync service) that can be started on
|
| + // a per-test basis by running a command
|
| + EXTERNAL_LIVE_SERVER, // A remote server that the test code has no control
|
| + // over whatsoever; cross your fingers that the
|
| + // account state is initially clean.
|
| + IN_PROCESS_FAKE_SERVER, // The fake Sync server (FakeServer) running
|
| + // in-process (bypassing HTTP calls). This
|
| + // ServerType will eventually replace
|
| + // LOCAL_PYTHON_SERVER.
|
| };
|
|
|
| // A SyncTest must be associated with a particular test type.
|
|
|