| Index: chrome/browser/sync/engine/download_updates_command_unittest.cc
|
| diff --git a/chrome/browser/sync/engine/download_updates_command_unittest.cc b/chrome/browser/sync/engine/download_updates_command_unittest.cc
|
| index 13ca4fc2cf6044929f120a577984ef80692c09cb..ab38aac0b2c424d252c9bdf740d7b5b31b334905 100644
|
| --- a/chrome/browser/sync/engine/download_updates_command_unittest.cc
|
| +++ b/chrome/browser/sync/engine/download_updates_command_unittest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -21,7 +21,8 @@ using syncable::MODEL_TYPE_COUNT;
|
| // A test fixture for tests exercising DownloadUpdatesCommandTest.
|
| class DownloadUpdatesCommandTest : public SyncerCommandTest {
|
| protected:
|
| - DownloadUpdatesCommandTest() {}
|
| + DownloadUpdatesCommandTest()
|
| + : command_(true /* create_mobile_bookmarks_folder */) {}
|
|
|
| virtual void SetUp() {
|
| workers()->clear();
|
|
|