| Index: chrome/browser/extensions/default_apps.cc
|
| diff --git a/chrome/browser/extensions/default_apps.cc b/chrome/browser/extensions/default_apps.cc
|
| index 604f0cd7783aa3b8ac005099a07f03a81afcb47d..2562dfe7def1a9f8f87d3eb7006be0ccd1641460 100644
|
| --- a/chrome/browser/extensions/default_apps.cc
|
| +++ b/chrome/browser/extensions/default_apps.cc
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/chrome_version_info.h"
|
| #include "chrome/common/extensions/extension.h"
|
| +#include "chrome/common/extensions/manifest.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| @@ -132,8 +133,8 @@ bool Provider::ShouldInstallInProfile() {
|
| Provider::Provider(Profile* profile,
|
| VisitorInterface* service,
|
| extensions::ExternalLoader* loader,
|
| - extensions::Extension::Location crx_location,
|
| - extensions::Extension::Location download_location,
|
| + extensions::Manifest::Location crx_location,
|
| + extensions::Manifest::Location download_location,
|
| int creation_flags)
|
| : extensions::ExternalProviderImpl(service, loader, crx_location,
|
| download_location, creation_flags),
|
|
|