Index: content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc |
diff --git a/content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc b/content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc |
index 15d11a1c074a05fdac87be5f7d72bb569fa0e06e..833b7a913db5ea1ac243a604e334948a36d536fb 100644 |
--- a/content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc |
+++ b/content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc |
@@ -12,11 +12,11 @@ |
#include "base/message_loop/message_loop.h" |
#include "base/run_loop.h" |
#include "base/stl_util.h" |
+#include "content/public/test/async_file_test_helper.h" |
#include "content/public/test/test_file_system_backend.h" |
#include "content/public/test/test_file_system_context.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "webkit/browser/blob/file_stream_reader.h" |
-#include "webkit/browser/fileapi/async_file_test_helper.h" |
#include "webkit/browser/fileapi/copy_or_move_file_validator.h" |
#include "webkit/browser/fileapi/copy_or_move_operation_delegate.h" |
#include "webkit/browser/fileapi/file_stream_writer.h" |
@@ -30,7 +30,7 @@ |
#include "webkit/browser/quota/quota_manager.h" |
#include "webkit/common/fileapi/file_system_util.h" |
-using fileapi::AsyncFileTestHelper; |
+using content::AsyncFileTestHelper; |
using fileapi::CopyOrMoveOperationDelegate; |
using fileapi::FileStreamWriter; |
using fileapi::FileSystemOperation; |