diff options
Diffstat (limited to 'content/shell/shell_browser_context.cc')
-rw-r--r-- | content/shell/shell_browser_context.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc index 78bef35..f45bbb6 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 { |