| Index: content/browser/fileapi/blob_storage_host.cc
|
| diff --git a/content/browser/fileapi/blob_storage_host.cc b/content/browser/fileapi/blob_storage_host.cc
|
| index 82c8645ef540591573fbeebc8e39d8202949e34f..87e675ce5d1a30bed86ba6c36328382d5fca2fb4 100644
|
| --- a/content/browser/fileapi/blob_storage_host.cc
|
| +++ b/content/browser/fileapi/blob_storage_host.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/strings/string_util.h"
|
| +#include "storage/browser/blob/blob_data_handle.h"
|
| +#include "storage/browser/blob/blob_storage_context.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/browser/blob/blob_data_handle.h"
|
| -#include "webkit/browser/blob/blob_storage_context.h"
|
|
|
| using storage::BlobStorageContext;
|
| using storage::BlobData;
|
|
|