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

Unified Diff: content/test/test_content_browser_client.h

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
« no previous file with comments | « content/test/layout_browsertest.cc ('k') | crypto/nss_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_content_browser_client.h
diff --git a/content/test/test_content_browser_client.h b/content/test/test_content_browser_client.h
index 4a6435b89440ed178f7f842fc41fdbd7c05ee77c..270890423817342df2c89f842623f43bcd93b8af 100644
--- a/content/test/test_content_browser_client.h
+++ b/content/test/test_content_browser_client.h
@@ -9,7 +9,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "base/scoped_temp_dir.h"
+#include "base/files/scoped_temp_dir.h"
#include "content/public/browser/content_browser_client.h"
namespace content {
@@ -27,7 +27,7 @@ class TestContentBrowserClient : public ContentBrowserClient {
private:
// Temporary directory for GetDefaultDownloadDirectory.
- ScopedTempDir download_dir_;
+ base::ScopedTempDir download_dir_;
DISALLOW_COPY_AND_ASSIGN(TestContentBrowserClient);
};
« no previous file with comments | « content/test/layout_browsertest.cc ('k') | crypto/nss_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698