| Index: chrome/common/extensions/extension_process_policy.h
|
| diff --git a/chrome/common/extensions/extension_process_policy.h b/chrome/common/extensions/extension_process_policy.h
|
| index a2fc6f2c88a83cc197f068899fb662b372074c5c..85f9eef819bd2acf7fcb36f266f70c006639b6b8 100644
|
| --- a/chrome/common/extensions/extension_process_policy.h
|
| +++ b/chrome/common/extensions/extension_process_policy.h
|
| @@ -6,12 +6,13 @@
|
| #define CHROME_COMMON_EXTENSIONS_EXTENSION_PROCESS_POLICY_H_
|
| #pragma once
|
|
|
| -class Extension;
|
| class ExtensionSet;
|
| class ExtensionURLInfo;
|
|
|
| namespace extensions {
|
|
|
| +class Extension;
|
| +
|
| // Returns the extension for the given URL. Excludes extension objects for
|
| // bookmark apps, which do not use the app process model.
|
| const Extension* GetNonBookmarkAppExtension(const ExtensionSet& extensions,
|
|
|