| 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 cc51dbb37a7ef7162d6084bdea30e8be514b5aa1..c9d607f6f11826fae7eb711eb5ebae45d7a6b84a 100644
|
| --- a/content/browser/fileapi/blob_storage_host.cc
|
| +++ b/content/browser/fileapi/blob_storage_host.cc
|
| @@ -7,11 +7,11 @@
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/strings/string_util.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/browser/blob/blob_data_handle.h"
|
| -#include "webkit/browser/blob/blob_storage_context.h"
|
| +#include "storage/browser/blob/blob_data_handle.h"
|
| +#include "storage/browser/blob/blob_storage_context.h"
|
|
|
| -using webkit_blob::BlobStorageContext;
|
| -using webkit_blob::BlobData;
|
| +using storage::BlobStorageContext;
|
| +using storage::BlobData;
|
|
|
| namespace content {
|
|
|
|
|