| Index: components/suggestions/suggestions_store_unittest.cc
|
| diff --git a/chrome/browser/search/suggestions/suggestions_store_unittest.cc b/components/suggestions/suggestions_store_unittest.cc
|
| similarity index 90%
|
| rename from chrome/browser/search/suggestions/suggestions_store_unittest.cc
|
| rename to components/suggestions/suggestions_store_unittest.cc
|
| index 118117126b48b9e813251c30f1d9e60a1e3b8528..08930133f01adbb6a669c99c446ff4394d7407e1 100644
|
| --- a/chrome/browser/search/suggestions/suggestions_store_unittest.cc
|
| +++ b/components/suggestions/suggestions_store_unittest.cc
|
| @@ -2,12 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/search/suggestions/suggestions_store.h"
|
| +#include "components/suggestions/suggestions_store.h"
|
|
|
| -#include "chrome/browser/search/suggestions/proto/suggestions.pb.h"
|
| -#include "chrome/test/base/testing_pref_service_syncable.h"
|
| +#include "components/pref_registry/testing_pref_service_syncable.h"
|
| +#include "components/suggestions/proto/suggestions.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using user_prefs::TestingPrefServiceSyncable;
|
| +
|
| namespace suggestions {
|
|
|
| namespace {
|
|
|