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

Unified Diff: chrome/browser/sync_file_system/drive_file_sync_service_unittest.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/sync_file_system/drive_file_sync_service_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc b/chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc
index 8d80c87b24d8a0d167afa8ebc06d69e206136434..4fabfb4cd8b60a172e1d441183f5254860baf343 100644
--- a/chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc
@@ -139,7 +139,7 @@ class DriveFileSyncServiceTest : public testing::Test {
private:
MessageLoop message_loop_;
- ScopedTempDir base_dir_;
+ base::ScopedTempDir base_dir_;
TestingProfile profile_;
scoped_ptr<DriveFileSyncService> sync_service_;

Powered by Google App Engine
This is Rietveld 408576698