| Index: chrome/test/live_sync/live_sync_test.cc
|
| diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc
|
| index 55d02d514910403bc9e46407b617c995800d4162..879163b48ae736081fcb9021c9ef4b9cf2f2eae9 100644
|
| --- a/chrome/test/live_sync/live_sync_test.cc
|
| +++ b/chrome/test/live_sync/live_sync_test.cc
|
| @@ -8,7 +8,6 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/command_line.h"
|
| -#include "base/logging.h"
|
| #include "base/message_loop.h"
|
| #include "base/path_service.h"
|
| #include "base/string_util.h"
|
| @@ -107,9 +106,6 @@ LiveSyncTest::LiveSyncTest(TestType test_type)
|
| test_server_handle_(base::kNullProcessHandle) {
|
| InProcessBrowserTest::set_show_window(true);
|
|
|
| - // TODO(rsimha): Remove after investigating flaky and failing sync tests.
|
| - logging::SetMinLogLevel(logging::LOG_VERBOSE);
|
| -
|
| switch (test_type_) {
|
| case SINGLE_CLIENT: {
|
| num_clients_ = 1;
|
|
|