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 4092c6c153b4b0fc1a5dccad7b1d25f031f34f87..0f42e77a383952ff13aeb734e7f8fb5120d64527 100644 |
--- a/content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc |
+++ b/content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc |
@@ -18,6 +18,7 @@ |
#include "content/public/test/test_file_system_backend.h" |
#include "content/public/test/test_file_system_context.h" |
#include "content/test/fileapi_test_file_set.h" |
+#include "storage/common/fileapi/file_system_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "webkit/browser/blob/file_stream_reader.h" |
#include "webkit/browser/fileapi/copy_or_move_file_validator.h" |
@@ -28,7 +29,6 @@ |
#include "webkit/browser/fileapi/file_system_operation.h" |
#include "webkit/browser/fileapi/file_system_url.h" |
#include "webkit/browser/quota/quota_manager.h" |
-#include "webkit/common/fileapi/file_system_util.h" |
using content::AsyncFileTestHelper; |
using storage::CopyOrMoveOperationDelegate; |