| Index: chrome/browser/shell_integration.cc
|
| diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
|
| index 166d337df8af5a784f84f8dd29b45df47efddc36..bcd5d6fb105311827be019980b23c6f457de1c7a 100644
|
| --- a/chrome/browser/shell_integration.cc
|
| +++ b/chrome/browser/shell_integration.cc
|
| @@ -13,7 +13,7 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/public/browser/browser_thread.h"
|
|
|
| bool ShellIntegration::CanSetAsDefaultProtocolClient() {
|
| // Allowed as long as the browser can become the operating system default
|
|
|