| Index: chrome/browser/ui/webui/cookies_tree_model_util.cc
|
| diff --git a/chrome/browser/ui/webui/cookies_tree_model_util.cc b/chrome/browser/ui/webui/cookies_tree_model_util.cc
|
| index 6ee0e4a55b3a1feba2421376452ac711131014cc..f57568bf3d5de3f81bcfd8aaaecda48d90fad8b8 100644
|
| --- a/chrome/browser/ui/webui/cookies_tree_model_util.cc
|
| +++ b/chrome/browser/ui/webui/cookies_tree_model_util.cc
|
| @@ -208,8 +208,8 @@ bool CookiesTreeModelUtil::GetCookieTreeNodeDictionary(
|
|
|
| const BrowsingDataFileSystemHelper::FileSystemInfo& file_system_info =
|
| *node.GetDetailedInfo().file_system_info;
|
| - const fileapi::FileSystemType kPerm = fileapi::kFileSystemTypePersistent;
|
| - const fileapi::FileSystemType kTemp = fileapi::kFileSystemTypeTemporary;
|
| + const storage::FileSystemType kPerm = storage::kFileSystemTypePersistent;
|
| + const storage::FileSystemType kTemp = storage::kFileSystemTypeTemporary;
|
|
|
| dict->SetString(kKeyOrigin, file_system_info.origin.spec());
|
| dict->SetString(kKeyPersistent,
|
|
|