| Index: chrome/browser/extensions/extension_apitest.cc
|
| diff --git a/chrome/browser/extensions/extension_apitest.cc b/chrome/browser/extensions/extension_apitest.cc
|
| index 9ab6a72109ea7407ea248444f4cb01af75ef1894..a1d26c5e7d4f3fcb9d8df2dfc2c80fce11857ba6 100644
|
| --- a/chrome/browser/extensions/extension_apitest.cc
|
| +++ b/chrome/browser/extensions/extension_apitest.cc
|
| @@ -260,7 +260,7 @@ const extensions::Extension* ExtensionApiTest::GetSingleLoadedExtension() {
|
| 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.
|
| - if ((*it)->location() == extensions::Extension::COMPONENT)
|
| + if ((*it)->location() == extensions::Manifest::COMPONENT)
|
| continue;
|
|
|
| if (extension != NULL) {
|
|
|