| Index: chrome/browser/sync/profile_sync_service_mock.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_mock.cc b/chrome/browser/sync/profile_sync_service_mock.cc
|
| index e62e8f12d8bbe08d9f48b49ca609a5cfca945a30..978aef97df8c8df64e13e1d62831ed9373e2a9a5 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/prefs/testing_pref_store.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| -#include "chrome/browser/prefs/testing_pref_store.h"
|
| #include "chrome/browser/signin/signin_manager_factory.h"
|
| #include "chrome/browser/sync/profile_sync_service_mock.h"
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
|
|