Chromium Code Reviews| Index: chrome/browser/web_applications/web_app.cc |
| diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc |
| index b636403926eea7da171c2f86a07323f33e72c53c..cd8a39f9552fa0ae4d43a2d7e62e452277adbf09 100644 |
| --- a/chrome/browser/web_applications/web_app.cc |
| +++ b/chrome/browser/web_applications/web_app.cc |
| @@ -31,6 +31,8 @@ |
| #include "ui/gfx/icon_util.h" |
| #endif // defined(OS_WIN) |
| +using content::BrowserThread; |
| + |
| namespace { |
| #if defined(OS_WIN) |