diff options
Diffstat (limited to 'chrome/browser/shell_integration.cc')
-rw-r--r-- | chrome/browser/shell_integration.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc index e982ab8..219ce77 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 |