| Index: content/browser/fileapi/chrome_blob_storage_context.h
|
| ===================================================================
|
| --- content/browser/fileapi/chrome_blob_storage_context.h (revision 163834)
|
| +++ content/browser/fileapi/chrome_blob_storage_context.h (working copy)
|
| @@ -11,14 +11,12 @@
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| -namespace content {
|
| -class BrowserContext;
|
| -}
|
| -
|
| namespace webkit_blob {
|
| class BlobStorageController;
|
| }
|
|
|
| +namespace content {
|
| +class BrowserContext;
|
| struct ChromeBlobStorageContextDeleter;
|
|
|
| // A context class that keeps track of BlobStorageController used by the chrome.
|
| @@ -35,7 +33,7 @@
|
| ChromeBlobStorageContext();
|
|
|
| static ChromeBlobStorageContext* GetFor(
|
| - content::BrowserContext* browser_context);
|
| + BrowserContext* browser_context);
|
|
|
| void InitializeOnIOThread();
|
|
|
| @@ -63,4 +61,6 @@
|
| }
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_BROWSER_FILEAPI_CHROME_BLOB_STORAGE_CONTEXT_H_
|
|
|