| Index: chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider_unittest.cc
|
| diff --git a/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider_unittest.cc b/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider_unittest.cc
|
| index c4552c98fd6b108976539af599b59aaf12953867..1adf31c8439b833885bc37436fa994f2d51f00eb 100644
|
| --- a/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider_unittest.cc
|
| +++ b/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider_unittest.cc
|
| @@ -18,7 +18,7 @@
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "components/suggestions/proto/suggestions.pb.h"
|
| #include "components/suggestions/suggestions_store.h"
|
| -#include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| +#include "components/sync_preferences/testing_pref_service_syncable.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/app_list/search_result.h"
|
|
|
| @@ -61,7 +61,7 @@ class SuggestionsSearchProviderTest : public AppListTestBase {
|
| suggestions_search_.reset(
|
| new SuggestionsSearchProvider(profile_.get(), NULL));
|
|
|
| - syncable_prefs::TestingPrefServiceSyncable* pref_service =
|
| + sync_preferences::TestingPrefServiceSyncable* pref_service =
|
| profile_->GetTestingPrefService();
|
| suggestions_store_.reset(new SuggestionsStore(pref_service));
|
| }
|
|
|