| Index: chrome/browser/ui/webui/options/cookies_view_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/cookies_view_handler.cc b/chrome/browser/ui/webui/options/cookies_view_handler.cc
|
| index e12da4667e3a32824cf72d86bdbe6b32d424c40c..4b632ce2f081b97ae17333276cde700845f06f04 100644
|
| --- a/chrome/browser/ui/webui/options/cookies_view_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/cookies_view_handler.cc
|
| @@ -29,7 +29,7 @@
|
| #include "content/public/browser/web_ui.h"
|
| #include "grit/generated_resources.h"
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
| class FileSystemContext;
|
| }
|
|
|
| @@ -192,7 +192,7 @@ void CookiesViewHandler::EnsureCookiesTreeModelCreated() {
|
| storage_partition->GetIndexedDBContext();
|
| content::ServiceWorkerContext* service_worker_context =
|
| storage_partition->GetServiceWorkerContext();
|
| - fileapi::FileSystemContext* file_system_context =
|
| + storage::FileSystemContext* file_system_context =
|
| storage_partition->GetFileSystemContext();
|
| LocalDataContainer* container = new LocalDataContainer(
|
| new BrowsingDataCookieHelper(profile->GetRequestContext()),
|
|
|