summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-31 15:33:32 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-31 15:33:32 +0000
commitf44f18cee25dd55a14f1df0e99ac2c9e3e9214bc (patch)
tree12834039330eaf8f2b18b83e57d9f9937f8d09de /chrome/common/extensions
parente0bc50007b8233b5b77b63cc6066b45f89edd1d9 (diff)
downloadchromium_src-f44f18cee25dd55a14f1df0e99ac2c9e3e9214bc.zip
chromium_src-f44f18cee25dd55a14f1df0e99ac2c9e3e9214bc.tar.gz
chromium_src-f44f18cee25dd55a14f1df0e99ac2c9e3e9214bc.tar.bz2
Fix bad license header under chrome/ directory.
BUG=50266 TEST=None Review URL: http://codereview.chromium.org/2847091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54450 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions')
-rw-r--r--chrome/common/extensions/user_script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/user_script.h b/chrome/common/extensions/user_script.h
index 62f0a64..87ab5d2 100644
--- a/chrome/common/extensions/user_script.h
+++ b/chrome/common/extensions/user_script.h
@@ -1,4 +1,4 @@
-// Copyright 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -6,8 +6,8 @@
#define CHROME_COMMON_EXTENSIONS_USER_SCRIPT_H_
#pragma once
-#include <vector>
#include <string>
+#include <vector>
#include "base/file_path.h"
#include "base/string_piece.h"