| Index: chrome/browser/shell_integration_mac.mm
|
| diff --git a/chrome/browser/shell_integration_mac.mm b/chrome/browser/shell_integration_mac.mm
|
| index 8b10fc1ad03f3d45094e80a2f826426e09f2204f..035507bbf4fc1c650d454d46b73c7358ce1f6d29 100644
|
| --- a/chrome/browser/shell_integration_mac.mm
|
| +++ b/chrome/browser/shell_integration_mac.mm
|
| @@ -5,7 +5,7 @@
|
| #include "chrome/browser/shell_integration.h"
|
|
|
| #include "base/mac_util.h"
|
| -#import "third_party/mozilla/include/NSWorkspace+Utils.h"
|
| +#import "third_party/mozilla/NSWorkspace+Utils.h"
|
|
|
| // Sets Chromium as default browser (only for current user). Returns false if
|
| // this operation fails (which we can't check for).
|
|
|