| Index: chrome/browser/chrome_quota_permission_context.cc
|
| diff --git a/chrome/browser/chrome_quota_permission_context.cc b/chrome/browser/chrome_quota_permission_context.cc
|
| index 5e4ca6809daa3420c891c44b58de5d9daadff942..3de352d678dc2984867a1350b787bdedc071be7f 100644
|
| --- a/chrome/browser/chrome_quota_permission_context.cc
|
| +++ b/chrome/browser/chrome_quota_permission_context.cc
|
| @@ -25,6 +25,8 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "webkit/quota/quota_types.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| // If we requested larger quota than this threshold, show a different
|
|
|