| Index: chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
| diff --git a/chrome/browser/autocomplete/in_memory_url_index_factory.cc b/chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
| index ae2550f18e3d85948149605c2f434f2e1d6f4bee..25d3a2af233faeeb0bd0650d098e1120874df911 100644
|
| --- a/chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
| +++ b/chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
| @@ -25,7 +25,7 @@ InMemoryURLIndex* InMemoryURLIndexFactory::GetForProfile(Profile* profile) {
|
|
|
| // static
|
| InMemoryURLIndexFactory* InMemoryURLIndexFactory::GetInstance() {
|
| - return Singleton<InMemoryURLIndexFactory>::get();
|
| + return base::Singleton<InMemoryURLIndexFactory>::get();
|
| }
|
|
|
| InMemoryURLIndexFactory::InMemoryURLIndexFactory()
|
|
|