| Index: chrome/common/extensions/user_script.h
|
| diff --git a/chrome/common/extensions/user_script.h b/chrome/common/extensions/user_script.h
|
| index 73dd020f13024f957caff4be06e5518aa9c2d4dd..e7caad636be4ddbe27495b790f421e16656cca6d 100644
|
| --- a/chrome/common/extensions/user_script.h
|
| +++ b/chrome/common/extensions/user_script.h
|
| @@ -17,6 +17,8 @@
|
| class Pickle;
|
| class PickleIterator;
|
|
|
| +namespace extensions {
|
| +
|
| // Represents a user script, either a standalone one, or one that is part of an
|
| // extension.
|
| class UserScript {
|
| @@ -256,4 +258,6 @@ class UserScript {
|
|
|
| typedef std::vector<UserScript> UserScriptList;
|
|
|
| +} // namespace extensions
|
| +
|
| #endif // CHROME_COMMON_EXTENSIONS_USER_SCRIPT_H_
|
|
|