diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-26 18:00:29 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-26 18:00:29 +0000 |
commit | f88c11d6bbe662950ede2e6b1aa37f9cbb41fc11 (patch) | |
tree | b06316798f82b7ef84efbd72da984a7b4519ad63 /chrome/common/l10n_util_win.cc | |
parent | 09c428d53f174b3a3f64155a76b2a9e860e066da (diff) | |
download | chromium_src-f88c11d6bbe662950ede2e6b1aa37f9cbb41fc11.zip chromium_src-f88c11d6bbe662950ede2e6b1aa37f9cbb41fc11.tar.gz chromium_src-f88c11d6bbe662950ede2e6b1aa37f9cbb41fc11.tar.bz2 |
Remove unnecessary include. Also add copyright to the new files.
Review URL: http://codereview.chromium.org/28127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/l10n_util_win.cc')
-rw-r--r-- | chrome/common/l10n_util_win.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/l10n_util_win.cc b/chrome/common/l10n_util_win.cc index 5d85951..25f4918 100644 --- a/chrome/common/l10n_util_win.cc +++ b/chrome/common/l10n_util_win.cc @@ -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. + #include "chrome/common/l10n_util.h" #include "chrome/common/l10n_util_win.h" |