| 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..78711aca3f48a3dd67c3340e9842d77572b1937b 100644
|
| --- a/chrome/browser/ui/webui/cookies_tree_model_util.cc
|
| +++ b/chrome/browser/ui/webui/cookies_tree_model_util.cc
|
| @@ -21,7 +21,7 @@
|
| #include "net/ssl/ssl_client_cert_type.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/text/bytes_formatting.h"
|
| -#include "webkit/common/fileapi/file_system_types.h"
|
| +#include "storage/common/fileapi/file_system_types.h"
|
|
|
| #if defined(ENABLE_EXTENSIONS)
|
| #include "extensions/common/extension_set.h"
|
| @@ -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,
|
|
|