Index: chrome/browser/ui/webui/quota_internals_proxy.cc |
diff --git a/chrome/browser/ui/webui/quota_internals_proxy.cc b/chrome/browser/ui/webui/quota_internals_proxy.cc |
index e217d376f5daf7dc343d8383a298a6311496fb38..100f6d51aaa4a19319c61db7c3541e6911650995 100644 |
--- a/chrome/browser/ui/webui/quota_internals_proxy.cc |
+++ b/chrome/browser/ui/webui/quota_internals_proxy.cc |
@@ -12,6 +12,8 @@ |
#include "chrome/browser/ui/webui/quota_internals_types.h" |
#include "net/base/net_util.h" |
+using content::BrowserThread; |
+ |
namespace quota_internals { |
QuotaInternalsProxy::QuotaInternalsProxy(QuotaInternalsHandler* handler) |