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

Unified Diff: chrome/installer/util/copy_tree_work_item.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/copy_tree_work_item.h
diff --git a/chrome/installer/util/copy_tree_work_item.h b/chrome/installer/util/copy_tree_work_item.h
index 3b41f06323110f7a3d7cd1a194bb94afd5c9a587..c62a601c006bfd22d79f399cc04687f7407fd1be 100644
--- a/chrome/installer/util/copy_tree_work_item.h
+++ b/chrome/installer/util/copy_tree_work_item.h
@@ -6,8 +6,8 @@
#define CHROME_INSTALLER_UTIL_COPY_TREE_WORK_ITEM_H_
#include "base/file_path.h"
+#include "base/files/scoped_temp_dir.h"
#include "base/gtest_prod_util.h"
-#include "base/scoped_temp_dir.h"
#include "chrome/installer/util/work_item.h"
// A WorkItem subclass that recursively copies a file system hierarchy from
@@ -77,7 +77,7 @@ class CopyTreeWorkItem : public WorkItem {
bool copied_to_alternate_path_;
// The temporary directory into which the original dest_path_ has been moved.
- ScopedTempDir backup_path_;
+ base::ScopedTempDir backup_path_;
FRIEND_TEST_ALL_PREFIXES(CopyTreeWorkItemTest, CopyFileSameContent);
FRIEND_TEST_ALL_PREFIXES(CopyTreeWorkItemTest, CopyFileInUse);
« no previous file with comments | « chrome/installer/test/alternate_version_generator.cc ('k') | chrome/installer/util/copy_tree_work_item_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698