Chromium Code Reviews| Index: chrome/browser/chrome_browser_main.cc |
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
| index c47091a60c83e9ebe6dc163f8afaa785991d2cb7..422586a85674c73b89b839e774f894152011d875 100644 |
| --- a/chrome/browser/chrome_browser_main.cc |
| +++ b/chrome/browser/chrome_browser_main.cc |
| @@ -208,6 +208,8 @@ |
| #include "ui/aura_shell/shell.h" |
| #endif |
| +using content::BrowserThread; |
| + |
| namespace net { |
| class NetLog; |
| } // namespace net |