Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1787)

Unified Diff: chrome/browser/search_engines/template_url_service_test_util.cc

Issue 11359217: Move scoped_temp_dir from base to base/files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
};

Powered by Google App Engine
This is Rietveld 408576698