Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1017)

Unified Diff: chrome/browser/ui/views/ash/extension_utils.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/ash/extension_utils.h
diff --git a/chrome/browser/ui/views/ash/extension_utils.h b/chrome/browser/ui/views/ash/extension_utils.h
index 95d4f7636a3cf4e7893c341783eb2a49f1054c4c..f38f0303743739a4991d7ef5504207250652f064 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
« no previous file with comments | « chrome/browser/ui/views/ash/app_list/extension_app_item.cc ('k') | chrome/browser/ui/views/ash/extension_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698