| Index: chrome/test/live_sync/multiple_client_live_preferences_sync_test.cc
|
| ===================================================================
|
| --- chrome/test/live_sync/multiple_client_live_preferences_sync_test.cc (revision 70995)
|
| +++ chrome/test/live_sync/multiple_client_live_preferences_sync_test.cc (working copy)
|
| @@ -4,8 +4,9 @@
|
|
|
| #include "base/scoped_ptr.h"
|
| #include "base/string_util.h"
|
| +#include "chrome/browser/prefs/scoped_pref_update.h"
|
| +#include "chrome/common/pref_names.h"
|
| #include "chrome/test/live_sync/live_preferences_sync_test.h"
|
| -#include "chrome/browser/prefs/scoped_pref_update.h"
|
|
|
| IN_PROC_BROWSER_TEST_F(MultipleClientLivePreferencesSyncTest, Sanity) {
|
| ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
|
|
|