| Index: content/browser/blob_storage/chrome_blob_storage_context.cc
|
| diff --git a/content/browser/fileapi/chrome_blob_storage_context.cc b/content/browser/blob_storage/chrome_blob_storage_context.cc
|
| similarity index 98%
|
| rename from content/browser/fileapi/chrome_blob_storage_context.cc
|
| rename to content/browser/blob_storage/chrome_blob_storage_context.cc
|
| index 71424bce62c47f0a44afd492b329ce6abe9e7f5b..533d3f10e222532aaa763dc26afc2df05a448995 100644
|
| --- a/content/browser/fileapi/chrome_blob_storage_context.cc
|
| +++ b/content/browser/blob_storage/chrome_blob_storage_context.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/fileapi/chrome_blob_storage_context.h"
|
| +#include "content/browser/blob_storage/chrome_blob_storage_context.h"
|
|
|
| #include <utility>
|
|
|
|
|