| Index: content/browser/fileapi/file_system_operation_impl_write_unittest.cc
|
| diff --git a/content/browser/fileapi/file_system_operation_impl_write_unittest.cc b/content/browser/fileapi/file_system_operation_impl_write_unittest.cc
|
| index 899bb5f94da311389c884c29826cf57b8eceadee..deaf1ccdd24099f4d6735c58e21f95de68e45d4a 100644
|
| --- a/content/browser/fileapi/file_system_operation_impl_write_unittest.cc
|
| +++ b/content/browser/fileapi/file_system_operation_impl_write_unittest.cc
|
| @@ -18,6 +18,8 @@
|
| #include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_job.h"
|
| #include "net/url_request/url_request_job_factory_impl.h"
|
| +#include "storage/common/blob/blob_data.h"
|
| +#include "storage/common/fileapi/file_system_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "url/gurl.h"
|
| #include "webkit/browser/blob/blob_storage_context.h"
|
| @@ -27,8 +29,6 @@
|
| #include "webkit/browser/fileapi/file_system_operation_context.h"
|
| #include "webkit/browser/fileapi/file_system_operation_runner.h"
|
| #include "webkit/browser/fileapi/local_file_util.h"
|
| -#include "webkit/common/blob/blob_data.h"
|
| -#include "webkit/common/fileapi/file_system_util.h"
|
|
|
| using storage::FileSystemOperation;
|
| using storage::FileSystemOperationRunner;
|
|
|