| Index: chrome/browser/extensions/external_provider_impl.h
|
| diff --git a/chrome/browser/extensions/external_provider_impl.h b/chrome/browser/extensions/external_provider_impl.h
|
| index 32d37632d94e9e392eea299b66bf05e1cd359125..6c31b90a4c600d8394a95495a39fd5d44c857866 100644
|
| --- a/chrome/browser/extensions/external_provider_impl.h
|
| +++ b/chrome/browser/extensions/external_provider_impl.h
|
| @@ -14,10 +14,10 @@
|
| #include "chrome/common/extensions/manifest.h"
|
|
|
| class Profile;
|
| -class Version;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| +class Version;
|
| }
|
|
|
| namespace extensions {
|
| @@ -58,9 +58,10 @@ class ExternalProviderImpl : public ExternalProviderInterface {
|
| virtual void ServiceShutdown() OVERRIDE;
|
| virtual void VisitRegisteredExtension() OVERRIDE;
|
| virtual bool HasExtension(const std::string& id) const OVERRIDE;
|
| - virtual bool GetExtensionDetails(const std::string& id,
|
| - Manifest::Location* location,
|
| - scoped_ptr<Version>* version) const OVERRIDE;
|
| + virtual bool GetExtensionDetails(
|
| + const std::string& id,
|
| + Manifest::Location* location,
|
| + scoped_ptr<base::Version>* version) const OVERRIDE;
|
|
|
| virtual bool IsReady() const OVERRIDE;
|
|
|
|
|