Chromium Code Reviews| Index: chrome/browser/extensions/tab_helper.cc |
| diff --git a/chrome/browser/extensions/tab_helper.cc b/chrome/browser/extensions/tab_helper.cc |
| index b8ede76d591b702bda3f646951acab27cb4cd88f..bcaa760032eb8a8a70b7b502280f008493cb9bb2 100644 |
| --- a/chrome/browser/extensions/tab_helper.cc |
| +++ b/chrome/browser/extensions/tab_helper.cc |
| @@ -351,8 +351,8 @@ void TabHelper::OnWatchedPageChange( |
| #if defined(ENABLE_EXTENSIONS) |
| if (ExtensionSystem::Get(profile_)->extension_service() && |
| RulesRegistryService::Get(profile_)) { |
| - RulesRegistryService::Get(profile_)->content_rules_registry()->Apply( |
| - web_contents(), css_selectors); |
| + RulesRegistryService::Get(profile_)->content_rules_registry()-> |
| + Apply(web_contents(), css_selectors); |
|
Jeffrey Yasskin
2013/11/09 02:47:22
Try not to change files you don't have to.
Fady Samuel
2013/11/10 03:39:56
Done.
|
| } |
| #endif // defined(ENABLE_EXTENSIONS) |
| } |