| Index: chrome/browser/ui/webui/quota_internals/quota_internals_proxy.h
|
| diff --git a/chrome/browser/ui/webui/quota_internals/quota_internals_proxy.h b/chrome/browser/ui/webui/quota_internals/quota_internals_proxy.h
|
| index c3a5f4fe1750a55681723b850edc143343d1949b..e13f81917a9036d2113b38013f0cb36271eb5c8d 100644
|
| --- a/chrome/browser/ui/webui/quota_internals/quota_internals_proxy.h
|
| +++ b/chrome/browser/ui/webui/quota_internals/quota_internals_proxy.h
|
| @@ -14,8 +14,8 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/sequenced_task_runner_helpers.h"
|
| #include "content/public/browser/browser_thread.h"
|
| +#include "storage/common/quota/quota_types.h"
|
| #include "webkit/browser/quota/quota_manager.h"
|
| -#include "webkit/common/quota/quota_types.h"
|
|
|
| namespace quota_internals {
|
|
|
| @@ -85,6 +85,6 @@ class QuotaInternalsProxy
|
|
|
| DISALLOW_COPY_AND_ASSIGN(QuotaInternalsProxy);
|
| };
|
| -} // quota_internals
|
| +} // namespace quota_internals
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_QUOTA_INTERNALS_QUOTA_INTERNALS_PROXY_H_
|
|
|