Chromium Code Reviews| Index: content/shell/shell_browser_context.cc |
| diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc |
| index 78bef357659a00f858816efa8d0ae8c3016477af..f45bbb6e0656188aeabe3f2106e8cb942db2e353 100644 |
| --- a/content/shell/shell_browser_context.cc |
| +++ b/content/shell/shell_browser_context.cc |
| @@ -30,6 +30,8 @@ |
| #include "base/base_paths_win.h" |
| #endif |
| +using content::BrowserThread; |
| + |
| namespace { |
| class ShellGeolocationPermissionContext : public GeolocationPermissionContext { |