| Index: chrome/browser/ui/app_list/speech_auth_helper_unittest.cc
|
| diff --git a/chrome/browser/ui/app_list/speech_auth_helper_unittest.cc b/chrome/browser/ui/app_list/speech_auth_helper_unittest.cc
|
| index a96ce0ec1c3e6d0ca0a61576af465b41e5d96214..5dd813c59c0ec8cd956f88a2710abb60a10279b6 100644
|
| --- a/chrome/browser/ui/app_list/speech_auth_helper_unittest.cc
|
| +++ b/chrome/browser/ui/app_list/speech_auth_helper_unittest.cc
|
| @@ -18,7 +18,7 @@
|
| #include "components/signin/core/browser/fake_profile_oauth2_token_service.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
| #include "components/signin/core/browser/signin_manager_base.h"
|
| -#include "components/syncable_prefs/pref_service_syncable.h"
|
| +#include "components/sync_preferences/pref_service_syncable.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "google_apis/gaia/google_service_auth_error.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -46,7 +46,7 @@ class SpeechAuthHelperTest : public testing::Test {
|
|
|
| ASSERT_TRUE(testing_profile_manager_->SetUp());
|
| profile_ = testing_profile_manager_->CreateTestingProfile(
|
| - kTestUser, std::unique_ptr<syncable_prefs::PrefServiceSyncable>(),
|
| + kTestUser, std::unique_ptr<sync_preferences::PrefServiceSyncable>(),
|
| base::UTF8ToUTF16(kTestUser), 0, std::string(), factories);
|
|
|
| // Set up the authenticated user name and ID.
|
|
|