| Index: content/browser/fileapi/chrome_blob_storage_context.h
|
| diff --git a/content/browser/chrome_blob_storage_context.h b/content/browser/fileapi/chrome_blob_storage_context.h
|
| similarity index 89%
|
| rename from content/browser/chrome_blob_storage_context.h
|
| rename to content/browser/fileapi/chrome_blob_storage_context.h
|
| index 0b5c8208a8790c6f32e9176af32219f34c43093e..313ea90bb296b3e158681f9c096b712758b04c73 100644
|
| --- a/content/browser/chrome_blob_storage_context.h
|
| +++ b/content/browser/fileapi/chrome_blob_storage_context.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_CHROME_BLOB_STORAGE_CONTEXT_H_
|
| -#define CONTENT_BROWSER_CHROME_BLOB_STORAGE_CONTEXT_H_
|
| +#ifndef CONTENT_BROWSER_FILEAPI_CHROME_BLOB_STORAGE_CONTEXT_H_
|
| +#define CONTENT_BROWSER_FILEAPI_CHROME_BLOB_STORAGE_CONTEXT_H_
|
| #pragma once
|
|
|
| #include "base/memory/ref_counted.h"
|
| @@ -59,4 +59,4 @@ struct ChromeBlobStorageContextDeleter {
|
| }
|
| };
|
|
|
| -#endif // CONTENT_BROWSER_CHROME_BLOB_STORAGE_CONTEXT_H_
|
| +#endif // CONTENT_BROWSER_FILEAPI_CHROME_BLOB_STORAGE_CONTEXT_H_
|
|
|