| Index: chrome/browser/shell_integration.cc
|
| diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
|
| index bcd5d6fb105311827be019980b23c6f457de1c7a..f043aaf4e7e9928f31a62bfc332d5c0d0690121f 100644
|
| --- a/chrome/browser/shell_integration.cc
|
| +++ b/chrome/browser/shell_integration.cc
|
| @@ -15,6 +15,8 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| bool ShellIntegration::CanSetAsDefaultProtocolClient() {
|
| // Allowed as long as the browser can become the operating system default
|
| // browser.
|
|
|