| 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 7231c0f8ddec01ca870134e0720ef2920fffa946..232348377e904f19b162af36c43ecf1903f2284e 100644
|
| --- a/chrome/common/extensions/extension_process_policy.h
|
| +++ b/chrome/common/extensions/extension_process_policy.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_PROCESS_POLICY_H_
|
| #define CHROME_COMMON_EXTENSIONS_EXTENSION_PROCESS_POLICY_H_
|
|
|
| -class ExtensionSet;
|
| class GURL;
|
|
|
| namespace extensions {
|
|
|
| class Extension;
|
| +class ExtensionSet;
|
|
|
| // Returns the extension for the given URL. Excludes extension objects for
|
| // bookmark apps, which do not use the app process model.
|
|
|