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

Unified Diff: chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell_unittest.mm

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/cocoa/toolbar/wrench_toolbar_button_cell_unittest.mm
diff --git a/chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell_unittest.mm b/chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell_unittest.mm
index 52226e1212644b9dd03515298ba200b5c3434d7d..79ee86562cfa474282b0f4f9624049584e5a319b 100644
--- a/chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell_unittest.mm
+++ b/chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell_unittest.mm
@@ -29,7 +29,7 @@ class WrenchToolbarButtonCellTest : public CocoaTest {
NSButton* button_;
scoped_nsobject<WrenchToolbarButtonCell> cell_;
- MessageLoopForUI message_loop_; // Needed for ui::Animation.
+ base::MessageLoopForUI message_loop_; // Needed for ui::Animation.
private:
DISALLOW_COPY_AND_ASSIGN(WrenchToolbarButtonCellTest);

Powered by Google App Engine
This is Rietveld 408576698