diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-23 17:28:42 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-23 17:28:42 +0000 |
commit | 0d042152a8807390262609f20c04ba26773f1d7c (patch) | |
tree | e46a4b65660617fef54999524045f66cfd074aba /chrome/browser | |
parent | 2b8002791e925dcdab88ebe1b74eb416f3b2d585 (diff) | |
download | chromium_src-0d042152a8807390262609f20c04ba26773f1d7c.zip chromium_src-0d042152a8807390262609f20c04ba26773f1d7c.tar.gz chromium_src-0d042152a8807390262609f20c04ba26773f1d7c.tar.bz2 |
Whitespace!
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/652127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/cocoa/nsmenuitem_additions.mm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/nsmenuitem_additions.mm b/chrome/browser/cocoa/nsmenuitem_additions.mm index 2a4ccde..fcd448c 100644 --- a/chrome/browser/cocoa/nsmenuitem_additions.mm +++ b/chrome/browser/cocoa/nsmenuitem_additions.mm @@ -1,3 +1,7 @@ +// Copyright (c) 2009 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. + #import "chrome/browser/cocoa/nsmenuitem_additions.h" #include <Carbon/Carbon.h> @@ -97,4 +101,3 @@ } @end - |