diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-15 15:18:15 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-15 15:18:15 +0000 |
commit | d1b229dc75dbe281e3d7e4c2fdcbbe42f7457bd0 (patch) | |
tree | 800d5eeb16a56ee1f3289bb5593ee01ee7e477c3 /chrome/browser/shell_integration_mac.mm | |
parent | 02dc82f90acb51ca3c1b3277782656f94ff9dad7 (diff) | |
download | chromium_src-d1b229dc75dbe281e3d7e4c2fdcbbe42f7457bd0.zip chromium_src-d1b229dc75dbe281e3d7e4c2fdcbbe42f7457bd0.tar.gz chromium_src-d1b229dc75dbe281e3d7e4c2fdcbbe42f7457bd0.tar.bz2 |
Move third_pary/mozilla/include up one directory.
This allows the license checker to find the README.
BUG=39240
Review URL: http://codereview.chromium.org/1596025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration_mac.mm')
-rw-r--r-- | chrome/browser/shell_integration_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration_mac.mm b/chrome/browser/shell_integration_mac.mm index 8b10fc1a..035507b 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). |