| Index: chrome/browser/extensions/extension_apitest.cc
|
| diff --git a/chrome/browser/extensions/extension_apitest.cc b/chrome/browser/extensions/extension_apitest.cc
|
| index 79d4711e04a5a5a46cab384549bb5009c2376c18..7f2100e99abfae729e032f845afe1031338e3b02 100644
|
| --- a/chrome/browser/extensions/extension_apitest.cc
|
| +++ b/chrome/browser/extensions/extension_apitest.cc
|
| @@ -393,7 +393,8 @@ const extensions::Extension* ExtensionApiTest::GetSingleLoadedExtension() {
|
| browser()->profile())->extension_service();
|
|
|
| const extensions::Extension* extension = NULL;
|
| - for (ExtensionSet::const_iterator it = service->extensions()->begin();
|
| + for (extensions::ExtensionSet::const_iterator it =
|
| + service->extensions()->begin();
|
| it != service->extensions()->end(); ++it) {
|
| // Ignore any component extensions. They are automatically loaded into all
|
| // profiles and aren't the extension we're looking for here.
|
|
|