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

Unified Diff: chrome/browser/extensions/extension_install_prompt.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
Index: chrome/browser/extensions/extension_install_prompt.h
diff --git a/chrome/browser/extensions/extension_install_prompt.h b/chrome/browser/extensions/extension_install_prompt.h
index 55c32c6c94e883958b777b65657b82021f714e64..bc109c7e063f7e06a8e7223cf20598b814fd7cf3 100644
--- a/chrome/browser/extensions/extension_install_prompt.h
+++ b/chrome/browser/extensions/extension_install_prompt.h
@@ -23,11 +23,11 @@
class Browser;
class ExtensionInstallUI;
class InfoBarDelegate;
-class MessageLoop;
class Profile;
namespace base {
class DictionaryValue;
+class MessageLoop;
} // namespace base
namespace content {
@@ -336,7 +336,7 @@ class ExtensionInstallPrompt
// Shows the actual UI (the icon should already be loaded).
void ShowConfirmation();
- MessageLoop* ui_loop_;
+ base::MessageLoop* ui_loop_;
// The extensions installation icon.
SkBitmap icon_;
« no previous file with comments | « chrome/browser/extensions/extension_error_reporter.h ('k') | chrome/browser/extensions/extension_uninstall_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698