Chromium Code Reviews| Index: chrome/browser/extensions/extension_function.cc |
| diff --git a/chrome/browser/extensions/extension_function.cc b/chrome/browser/extensions/extension_function.cc |
| index 5c22043908bf05e1ed1870e771d376025a377a8e..44d5a74fd26b790ec03df1bd23ab36e29d00973e 100644 |
| --- a/chrome/browser/extensions/extension_function.cc |
| +++ b/chrome/browser/extensions/extension_function.cc |
| @@ -19,6 +19,7 @@ |
| #include "content/public/common/result_codes.h" |
| using content::BrowserThread; |
| +using content::RenderViewHost; |
| using content::UserMetricsAction; |
| // static |