| Index: chrome/common/extensions/user_script.h
|
| diff --git a/chrome/common/extensions/user_script.h b/chrome/common/extensions/user_script.h
|
| index 62f0a64ff88a99c6f7c89550e25b055f58f557a3..87ab5d2c3fa17edaa57e55f33922ece94f47b609 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"
|
|
|