| Index: chrome/browser/ui/webui/quota_internals/quota_internals_types.h
|
| diff --git a/chrome/browser/ui/webui/quota_internals/quota_internals_types.h b/chrome/browser/ui/webui/quota_internals/quota_internals_types.h
|
| index fcc8cf00419776ca602aba6c85e7326cc5fc966f..8ddca4a5f6d7d699e5e8467b96e98af7220d0b8c 100644
|
| --- a/chrome/browser/ui/webui/quota_internals/quota_internals_types.h
|
| +++ b/chrome/browser/ui/webui/quota_internals/quota_internals_types.h
|
| @@ -9,8 +9,8 @@
|
| #include <string>
|
|
|
| #include "base/time/time.h"
|
| +#include "storage/common/quota/quota_types.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/common/quota/quota_types.h"
|
|
|
| namespace base {
|
| class Value;
|
| @@ -107,6 +107,6 @@ class PerOriginStorageInfo {
|
| base::Time last_access_time_;
|
| base::Time last_modified_time_;
|
| };
|
| -} // quota_internals
|
| +} // namespace quota_internals
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_QUOTA_INTERNALS_QUOTA_INTERNALS_TYPES_H_
|
|
|