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

Unified Diff: chrome/browser/extensions/extension_uninstall_dialog.h

Issue 13243003: Move MessageLoop to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« no previous file with comments | « chrome/browser/extensions/extension_install_prompt.h ('k') | chrome/browser/google/google_update_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_uninstall_dialog.h
diff --git a/chrome/browser/extensions/extension_uninstall_dialog.h b/chrome/browser/extensions/extension_uninstall_dialog.h
index ea1b4dce05dca4683a93252461b2dc80274fe416..729d50faeaf0c724add0a6c48d152142476b7bd6 100644
--- a/chrome/browser/extensions/extension_uninstall_dialog.h
+++ b/chrome/browser/extensions/extension_uninstall_dialog.h
@@ -14,9 +14,12 @@
#include "ui/gfx/image/image_skia.h"
class Browser;
-class MessageLoop;
class Profile;
+namespace base {
+class MessageLoop;
+}
+
namespace extensions {
class Extension;
}
@@ -110,7 +113,7 @@ class ExtensionUninstallDialog
};
State state_;
- MessageLoop* ui_loop_;
+ base::MessageLoop* ui_loop_;
content::NotificationRegistrar registrar_;
« no previous file with comments | « chrome/browser/extensions/extension_install_prompt.h ('k') | chrome/browser/google/google_update_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698