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

Unified Diff: rlz/test/rlz_test_helpers.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 | « remoting/host/json_host_config_unittest.cc ('k') | sql/connection_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/test/rlz_test_helpers.h
diff --git a/rlz/test/rlz_test_helpers.h b/rlz/test/rlz_test_helpers.h
index 6ca606db4581c213fa2f70d9f376b700219477d1..8b0565d9ec17c375ad294c08e5874c6ca9cc2c49 100644
--- a/rlz/test/rlz_test_helpers.h
+++ b/rlz/test/rlz_test_helpers.h
@@ -11,7 +11,7 @@
#include "testing/gtest/include/gtest/gtest.h"
#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
-#include "base/scoped_temp_dir.h"
+#include "base/files/scoped_temp_dir.h"
#endif
#if defined(OS_CHROMEOS)
#include "base/message_loop.h"
@@ -28,7 +28,7 @@ class RlzLibTestNoMachineState : public ::testing::Test {
#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
- ScopedTempDir temp_dir_;
+ base::ScopedTempDir temp_dir_;
#endif
#if defined(OS_CHROMEOS)
base::Thread pref_store_io_thread_;
« no previous file with comments | « remoting/host/json_host_config_unittest.cc ('k') | sql/connection_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698