| Index: chrome/test/live_sync/single_client_live_bookmarks_sync_unittest.cc
|
| ===================================================================
|
| --- chrome/test/live_sync/single_client_live_bookmarks_sync_unittest.cc (revision 30247)
|
| +++ chrome/test/live_sync/single_client_live_bookmarks_sync_unittest.cc (working copy)
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#if defined(BROWSER_SYNC)
|
| -
|
| #include "base/command_line.h"
|
| #include "chrome/browser/bookmarks/bookmark_model.h"
|
| #include "chrome/browser/browser.h"
|
| @@ -152,5 +150,3 @@
|
| EXPECT_EQ(status.summary, ProfileSyncService::Status::READY);
|
| EXPECT_EQ(status.unsynced_count, 0);
|
| }
|
| -
|
| -#endif // defined(BROWSER_SYNC)
|
|
|