summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/ash/extension_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/ash/extension_utils.h')
-rw-r--r--chrome/browser/ui/views/ash/extension_utils.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/ash/extension_utils.h b/chrome/browser/ui/views/ash/extension_utils.h
index 95d4f76..f38f030 100644
--- a/chrome/browser/ui/views/ash/extension_utils.h
+++ b/chrome/browser/ui/views/ash/extension_utils.h
@@ -7,14 +7,17 @@
#pragma once
class Profile;
+
+namespace extensions {
class Extension;
+}
namespace extension_utils {
// Opens an extension. |event_flags| holds the flags of the event
// which triggered this extension.
void OpenExtension(Profile* profile,
- const Extension* extension,
+ const extensions::Extension* extension,
int event_flags);
} // namespace extension_utils