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

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm

Issue 10824030: Move ExtensionHost into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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/cocoa/extensions/extension_popup_controller.mm
diff --git a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
index b49a17ad981837db581efd527b37ab6de1076d12..940bcd7f92499186ab69af12c36f780d1b3a5402 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
+++ b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
@@ -21,6 +21,7 @@
#include "ui/base/cocoa/window_size_constants.h"
using content::RenderViewHost;
+using extensions::ExtensionHost;
Peter Kasting 2012/07/26 18:13:48 Nit: Don't do this -- we try to avoid using statem
namespace {
// The duration for any animations that might be invoked by this controller.

Powered by Google App Engine
This is Rietveld 408576698