diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 04:38:57 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 04:38:57 +0000 |
commit | 911f3188a95bda8d6b259e590e8dce22c83eb92a (patch) | |
tree | a60fc6e70203098574d698ce2ddda050c563cd30 /base/mac | |
parent | c6e9b25111de8a2d20f84c5e4f57f870146d482d (diff) | |
download | chromium_src-911f3188a95bda8d6b259e590e8dce22c83eb92a.zip chromium_src-911f3188a95bda8d6b259e590e8dce22c83eb92a.tar.gz chromium_src-911f3188a95bda8d6b259e590e8dce22c83eb92a.tar.bz2 |
cycle bots
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7806006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98774 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/mac')
-rw-r--r-- | base/mac/mac_util.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/mac/mac_util.mm b/base/mac/mac_util.mm index 60f544f..57e07a6 100644 --- a/base/mac/mac_util.mm +++ b/base/mac/mac_util.mm @@ -57,7 +57,7 @@ void SetUIMode() { } // Looks into Shared File Lists corresponding to Login Items for the item -// representing the current application. If such an item is found, returns a +// representing the current application. If such an item is found, returns a // retained reference to it. Caller is responsible for releasing the reference. LSSharedFileListItemRef GetLoginItemForApp() { ScopedCFTypeRef<LSSharedFileListRef> login_items(LSSharedFileListCreate( |