| Index: chrome/browser/shell_integration.cc
|
| diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
|
| index e982ab87629c9f82e1f68df7b81cd3ef5cd7a6bd..219ce7745f05d49cec2622d2ce39a1bf4ccf7057 100644
|
| --- a/chrome/browser/shell_integration.cc
|
| +++ b/chrome/browser/shell_integration.cc
|
| @@ -5,8 +5,10 @@
|
| #include "chrome/browser/shell_integration.h"
|
|
|
| #include "base/message_loop.h"
|
| +#include "base/path_service.h"
|
| #include "base/thread.h"
|
| #include "chrome/browser/browser_process.h"
|
| +#include "chrome/common/chrome_paths.h"
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // ShellIntegration::DefaultBrowserWorker
|
|
|