Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1318)

Unified Diff: chrome/browser/mac/keystone_promote_preflight.sh

Issue 9764013: Move authorization_util files into base/mac. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix license headers Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/mac/keystone_promote_postflight.sh ('k') | chrome/browser/mac/scoped_authorizationref.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/mac/keystone_promote_preflight.sh
diff --git a/chrome/browser/mac/keystone_promote_preflight.sh b/chrome/browser/mac/keystone_promote_preflight.sh
index e054ff00dd4a2594756e67dc9a936e74a96bbce2..6582e08e397a5766eefb885ae89c25d89cd9d87e 100755
--- a/chrome/browser/mac/keystone_promote_preflight.sh
+++ b/chrome/browser/mac/keystone_promote_preflight.sh
@@ -1,6 +1,6 @@
#!/bin/bash -p
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -26,7 +26,7 @@ set -e
export PATH="/usr/bin:/usr/sbin:/bin:/sbin"
# Output the pid to stdout before doing anything else. See
-# chrome/browser/mac/authorization_util.h.
+# base/mac/authorization_util.h.
echo "${$}"
if [ ${#} -ne 0 ] && [ ${#} -ne 2 ] ; then
« no previous file with comments | « chrome/browser/mac/keystone_promote_postflight.sh ('k') | chrome/browser/mac/scoped_authorizationref.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698