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

Unified Diff: webkit/fileapi/local_file_system_operation_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: webkit/fileapi/local_file_system_operation_unittest.cc
diff --git a/webkit/fileapi/local_file_system_operation_unittest.cc b/webkit/fileapi/local_file_system_operation_unittest.cc
index 6da47188f542b3bdb952aeed71fd260eca059150..1fe046ae5eff3f9327b9fd11e2fcbe3c5bc34a63 100644
--- a/webkit/fileapi/local_file_system_operation_unittest.cc
+++ b/webkit/fileapi/local_file_system_operation_unittest.cc
@@ -5,11 +5,11 @@
#include "webkit/fileapi/local_file_system_operation.h"
#include "base/bind.h"
+#include "base/files/scoped_temp_dir.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/message_loop.h"
-#include "base/scoped_temp_dir.h"
#include "base/string_number_conversions.h"
#include "googleurl/src/gurl.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -22,8 +22,8 @@
#include "webkit/fileapi/file_util_helper.h"
#include "webkit/fileapi/local_file_system_test_helper.h"
#include "webkit/fileapi/mock_file_change_observer.h"
-#include "webkit/quota/quota_manager.h"
#include "webkit/quota/mock_quota_manager.h"
+#include "webkit/quota/quota_manager.h"
using quota::QuotaManager;
using quota::QuotaManagerProxy;
@@ -71,7 +71,7 @@ class LocalFileSystemOperationTest
protected:
// Common temp base for nondestructive uses.
- ScopedTempDir base_;
+ base::ScopedTempDir base_;
quota::MockQuotaManager* quota_manager() {
return static_cast<quota::MockQuotaManager*>(quota_manager_.get());
« no previous file with comments | « webkit/fileapi/local_file_stream_writer_unittest.cc ('k') | webkit/fileapi/local_file_system_operation_write_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698