| Index: chrome/test/live_sync/live_sync_test.h
|
| diff --git a/chrome/test/live_sync/live_sync_test.h b/chrome/test/live_sync/live_sync_test.h
|
| index 4f49b1ca7cb0ad5a0a1e9b080bb495a494f43b06..21c3cf8272964856c4d1366cc96fdec6dddc0a1a 100644
|
| --- a/chrome/test/live_sync/live_sync_test.h
|
| +++ b/chrome/test/live_sync/live_sync_test.h
|
| @@ -67,8 +67,8 @@ class LiveSyncTest : public InProcessBrowserTest {
|
| // Brings down local python test server if one was created.
|
| virtual void TearDown();
|
|
|
| - // Appends command line flag to enable sync.
|
| - virtual void SetUpCommandLine(CommandLine* command_line) {}
|
| + // Sets up command line flags required for sync tests.
|
| + virtual void SetUpCommandLine(CommandLine* cl);
|
|
|
| // Used to get the number of sync clients used by a test.
|
| int num_clients() WARN_UNUSED_RESULT { return num_clients_; }
|
|
|