diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 03:36:47 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 03:36:47 +0000 |
commit | cbf9b519e0ad46d106d7bc80e2768811af6e7841 (patch) | |
tree | cd5f688a18ddaeb947b7e455f25ded781e8b088b /chrome/common | |
parent | a0cf04ad9284bbdd0a87d0b22820eba9505f957d (diff) | |
download | chromium_src-cbf9b519e0ad46d106d7bc80e2768811af6e7841.zip chromium_src-cbf9b519e0ad46d106d7bc80e2768811af6e7841.tar.gz chromium_src-cbf9b519e0ad46d106d7bc80e2768811af6e7841.tar.bz2 |
whitespace change to kick builders
TBR=aa
Review URL: http://codereview.chromium.org/2807018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50572 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/extension.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc index 38ba56c..1460ac5 100644 --- a/chrome/common/extensions/extension.cc +++ b/chrome/common/extensions/extension.cc @@ -274,7 +274,7 @@ bool Extension::LoadUserScriptHelper(const DictionaryValue* content_script, result->add_url_pattern(pattern); } - // include/exclude globs (mostly for Greasemonkey compat) + // include/exclude globs (mostly for Greasemonkey compatibility) if (!LoadGlobsHelper(content_script, definition_index, keys::kIncludeGlobs, error, &UserScript::add_glob, result)) { return false; |