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

Unified Diff: chrome/installer/util/product_unittest.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
Index: chrome/installer/util/product_unittest.h
diff --git a/chrome/installer/util/product_unittest.h b/chrome/installer/util/product_unittest.h
index 167afa9906018f8dd02c7d14f38040229fee6d15..05c903c50dcb40eae7ff44ae32b28e69220f372c 100644
--- a/chrome/installer/util/product_unittest.h
+++ b/chrome/installer/util/product_unittest.h
@@ -9,8 +9,8 @@
#include "base/file_path.h"
#include "base/file_util.h"
+#include "base/files/scoped_temp_dir.h"
#include "base/path_service.h"
-#include "base/scoped_temp_dir.h"
#include "testing/gtest/include/gtest/gtest.h"
class TestWithTempDir : public testing::Test {
@@ -18,7 +18,7 @@ class TestWithTempDir : public testing::Test {
virtual void SetUp();
virtual void TearDown();
- ScopedTempDir test_dir_;
+ base::ScopedTempDir test_dir_;
};
class TestWithTempDirAndDeleteTempOverrideKeys : public TestWithTempDir {
« no previous file with comments | « chrome/installer/util/move_tree_work_item_unittest.cc ('k') | chrome/installer/util/self_cleaning_temp_dir.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698