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

Unified Diff: chrome/browser/ui/tabs/tab_audio_indicator_unittest.cc

Issue 14307023: chrome: Use base::MessageLoop. (Part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/ui/tabs/tab_audio_indicator_unittest.cc
diff --git a/chrome/browser/ui/tabs/tab_audio_indicator_unittest.cc b/chrome/browser/ui/tabs/tab_audio_indicator_unittest.cc
index cfe29fbad30351bdeac2ab94c3fb1e671cfa209c..1e32d5c5ccba25b441a6846cb40ec781251f4ecd 100644
--- a/chrome/browser/ui/tabs/tab_audio_indicator_unittest.cc
+++ b/chrome/browser/ui/tabs/tab_audio_indicator_unittest.cc
@@ -22,7 +22,7 @@ class TabAudioIndicatorTest : public TabAudioIndicator::Delegate,
}
int schedule_paint_count_;
- MessageLoopForUI message_loop_; // Needed for ui::LinearAnimation.
+ base::MessageLoopForUI message_loop_; // Needed for ui::LinearAnimation.
private:
DISALLOW_COPY_AND_ASSIGN(TabAudioIndicatorTest);
« no previous file with comments | « chrome/browser/ui/tabs/hover_tab_selector.cc ('k') | chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698