| Index: chrome/browser/ui/webui/quota_internals/quota_internals_handler.h
|
| diff --git a/chrome/browser/ui/webui/quota_internals/quota_internals_handler.h b/chrome/browser/ui/webui/quota_internals/quota_internals_handler.h
|
| index 55a3c4eae78a0100adcdf5d0e44a080acaeb9bef..6b4a6198cbf1337aff9b8fe1fcad1c52199f4b04 100644
|
| --- a/chrome/browser/ui/webui/quota_internals/quota_internals_handler.h
|
| +++ b/chrome/browser/ui/webui/quota_internals/quota_internals_handler.h
|
| @@ -11,7 +11,7 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "content/public/browser/web_ui_message_handler.h"
|
| -#include "webkit/common/quota/quota_types.h"
|
| +#include "storage/common/quota/quota_types.h"
|
|
|
| namespace base {
|
| class Value;
|
| @@ -49,6 +49,6 @@ class QuotaInternalsHandler : public content::WebUIMessageHandler {
|
|
|
| DISALLOW_COPY_AND_ASSIGN(QuotaInternalsHandler);
|
| };
|
| -} // quota_internals
|
| +} // namespace quota_internals
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_QUOTA_INTERNALS_QUOTA_INTERNALS_HANDLER_H_
|
|
|