| Index: content/public/browser/browser_context.h
|
| diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
|
| index 147eab32d612742989f1c7045be97ff0ef926bd6..655e0e927df13b2991dce9622f53787af5bb6fa6 100644
|
| --- a/content/public/browser/browser_context.h
|
| +++ b/content/public/browser/browser_context.h
|
| @@ -18,7 +18,7 @@ namespace base {
|
| class FilePath;
|
| }
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
| class ExternalMountPoints;
|
| }
|
|
|
| @@ -53,7 +53,7 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
|
| // Returns BrowserContext specific external mount points. It may return NULL
|
| // if the context doesn't have any BrowserContext specific external mount
|
| // points. Currenty, non-NULL value is returned only on ChromeOS.
|
| - static fileapi::ExternalMountPoints* GetMountPoints(BrowserContext* context);
|
| + static storage::ExternalMountPoints* GetMountPoints(BrowserContext* context);
|
|
|
| static content::StoragePartition* GetStoragePartition(
|
| BrowserContext* browser_context, SiteInstance* site_instance);
|
|
|