summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_process_policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_process_policy.h')
-rw-r--r--chrome/common/extensions/extension_process_policy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension_process_policy.h b/chrome/common/extensions/extension_process_policy.h
index a2fc6f2..85f9eef 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,