| Index: chrome/common/extensions/user_script.cc
|
| diff --git a/chrome/common/extensions/user_script.cc b/chrome/common/extensions/user_script.cc
|
| index 6ccfea42b3a98b2195ef9e3985fe972e89636707..0334e58497d6fc6f60ad65465b0ff35d388e981d 100644
|
| --- a/chrome/common/extensions/user_script.cc
|
| +++ b/chrome/common/extensions/user_script.cc
|
| @@ -22,6 +22,8 @@ bool UrlMatchesGlobs(const std::vector<std::string>* globs,
|
|
|
| } // namespace
|
|
|
| +namespace extensions {
|
| +
|
| // static
|
| const char UserScript::kFileExtension[] = ".user.js";
|
|
|
| @@ -211,3 +213,5 @@ void UserScript::UnpickleScripts(const ::Pickle& pickle, PickleIterator* iter,
|
| scripts->push_back(file);
|
| }
|
| }
|
| +
|
| +} // namespace extensions
|
|
|