| Index: chrome/browser/search_engines/template_url_service_test_util.cc
|
| diff --git a/chrome/browser/search_engines/template_url_service_test_util.cc b/chrome/browser/search_engines/template_url_service_test_util.cc
|
| index 32d3bf567442f058c8e53c18bc799baa53386cc1..5b9866a60560077c8ec1c91142a55784cb652a05 100644
|
| --- a/chrome/browser/search_engines/template_url_service_test_util.cc
|
| +++ b/chrome/browser/search_engines/template_url_service_test_util.cc
|
| @@ -5,9 +5,9 @@
|
| #include "chrome/browser/search_engines/template_url_service_test_util.h"
|
|
|
| #include "base/bind.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/message_loop.h"
|
| #include "base/path_service.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread.h"
|
| #include "chrome/browser/google/google_url_tracker.h"
|
| @@ -70,7 +70,7 @@ class TemplateURLServiceTestingProfile : public TestingProfile {
|
|
|
| private:
|
| scoped_refptr<WebDataService> service_;
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
| content::TestBrowserThread db_thread_;
|
| content::TestBrowserThread io_thread_;
|
| };
|
|
|