| Index: content/browser/fileapi/blob_storage_context_unittest.cc
|
| diff --git a/content/browser/fileapi/blob_storage_context_unittest.cc b/content/browser/fileapi/blob_storage_context_unittest.cc
|
| index 823679e585caf0f97f7fb0efbbff872e8e438e10..90da6772c83efdf06e20085da1c45fd692bab04e 100644
|
| --- a/content/browser/fileapi/blob_storage_context_unittest.cc
|
| +++ b/content/browser/fileapi/blob_storage_context_unittest.cc
|
| @@ -10,10 +10,10 @@
|
| #include "base/time/time.h"
|
| #include "content/browser/fileapi/blob_storage_host.h"
|
| #include "testing/gtest/include/gtest/gtest.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::BlobDataHandle;
|
| +using storage::BlobDataHandle;
|
|
|
| namespace content {
|
|
|
|
|