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

Unified Diff: chrome/browser/tab_contents/render_view_context_menu_browsertest_util.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 7 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/tab_contents/render_view_context_menu_browsertest_util.cc
diff --git a/chrome/browser/tab_contents/render_view_context_menu_browsertest_util.cc b/chrome/browser/tab_contents/render_view_context_menu_browsertest_util.cc
index 8a7d37119273d717fb455d9f3f5419a5e787aa22..864e589d2a5be1d0fab1c58a5dc5188494c3ad55 100644
--- a/chrome/browser/tab_contents/render_view_context_menu_browsertest_util.cc
+++ b/chrome/browser/tab_contents/render_view_context_menu_browsertest_util.cc
@@ -29,7 +29,7 @@ void ContextMenuNotificationObserver::Observe(
case chrome::NOTIFICATION_RENDER_VIEW_CONTEXT_MENU_SHOWN: {
RenderViewContextMenu* context_menu =
content::Source<RenderViewContextMenu>(source).ptr();
- MessageLoop::current()->PostTask(
+ base::MessageLoop::current()->PostTask(
FROM_HERE,
base::Bind(&ContextMenuNotificationObserver::ExecuteCommand,
base::Unretained(this), context_menu));
« no previous file with comments | « chrome/browser/sync_file_system/sync_file_system_test_util.cc ('k') | chrome/browser/task_manager/task_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698