diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-07 18:04:57 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-07 18:04:57 +0000 |
commit | 8a72f64c41b127ac897e0921a28e340b0d8001dc (patch) | |
tree | 103713c840330578d8d9cd3857e559302afdf380 /chrome/browser/nacl_loader.sb | |
parent | 1010aa34547be12e63f922824fb9510d88686294 (diff) | |
download | chromium_src-8a72f64c41b127ac897e0921a28e340b0d8001dc.zip chromium_src-8a72f64c41b127ac897e0921a28e340b0d8001dc.tar.gz chromium_src-8a72f64c41b127ac897e0921a28e340b0d8001dc.tar.bz2 |
Update mac sandbox *.sb file comments
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6799022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/nacl_loader.sb')
-rw-r--r-- | chrome/browser/nacl_loader.sb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/nacl_loader.sb b/chrome/browser/nacl_loader.sb index 38cb29c..e881afe 100644 --- a/chrome/browser/nacl_loader.sb +++ b/chrome/browser/nacl_loader.sb @@ -1,5 +1,5 @@ ;; -;; Copyright (c) 2009 The Chromium Authors. All rights reserved. +;; Copyright (c) 2011 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. ;; @@ -7,7 +7,7 @@ ; untrusted code within Native Client. ; -; *** The contents of chrome/common/common.sb are implicitly included here. *** +; *** The contents of content/common/common.sb are implicitly included here. *** ; Allow a Native Client application to use semaphores, specifically ; sem_init(), et.al. |