| Index: chrome/test/live_sync/two_client_live_bookmarks_sync_test.cc
|
| diff --git a/chrome/test/live_sync/two_client_live_bookmarks_sync_test.cc b/chrome/test/live_sync/two_client_live_bookmarks_sync_test.cc
|
| index 7255c9fe405e2d85029c364a65339859e4f5bcb2..4af52a124537c21248ba144e19b98089c54c5ce3 100644
|
| --- a/chrome/test/live_sync/two_client_live_bookmarks_sync_test.cc
|
| +++ b/chrome/test/live_sync/two_client_live_bookmarks_sync_test.cc
|
| @@ -1,12 +1,12 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| -#include "chrome/test/live_sync/live_bookmarks_sync_test.h"
|
| -
|
| #include "base/rand_util.h"
|
| #include "base/stringprintf.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| +#include "chrome/browser/sync/profile_sync_service_harness.h"
|
| +#include "chrome/test/live_sync/live_bookmarks_sync_test.h"
|
|
|
| const std::string kGenericURL = "http://www.host.ext:1234/path/filename";
|
| const std::wstring kGenericURLTitle = L"URL Title";
|
|
|