Chromium Code Reviews| Index: chrome/browser/ui/web_applications/web_app_ui.cc |
| diff --git a/chrome/browser/ui/web_applications/web_app_ui.cc b/chrome/browser/ui/web_applications/web_app_ui.cc |
| index 70712d9dd6a30913a0983a023ac9bdb120fa3359..a1bd2f40838cb5f0c40ff77479cf5d213a601af4 100644 |
| --- a/chrome/browser/ui/web_applications/web_app_ui.cc |
| +++ b/chrome/browser/ui/web_applications/web_app_ui.cc |
| @@ -26,6 +26,8 @@ |
| #include "base/environment.h" |
| #endif |
| +using content::BrowserThread; |
| + |
| namespace { |
| #if defined(OS_WIN) |