Index: components/search_engines/template_url_prepopulate_data.h |
diff --git a/components/search_engines/template_url_prepopulate_data.h b/components/search_engines/template_url_prepopulate_data.h |
index a3224f33adb21f5bdf91e9cfb54279b23e6863cf..210a0f50f2345bf1ed88a0cf0d58767176ff8ff5 100644 |
--- a/components/search_engines/template_url_prepopulate_data.h |
+++ b/components/search_engines/template_url_prepopulate_data.h |
@@ -11,7 +11,6 @@ |
#include <string> |
#include <vector> |
-#include "base/memory/scoped_vector.h" |
#include "base/strings/string16.h" |
#include "components/search_engines/search_engine_type.h" |
@@ -39,7 +38,7 @@ int GetDataVersion(PrefService* prefs); |
// Loads the set of TemplateURLs from the prepopulate data. On return, |
// |default_search_provider_index| is set to the index of the default search |
// provider. |
-ScopedVector<TemplateURLData> GetPrepopulatedEngines( |
+std::vector<std::unique_ptr<TemplateURLData>> GetPrepopulatedEngines( |
PrefService* prefs, |
size_t* default_search_provider_index); |