Index: sync/notifier/ack_tracker_unittest.cc |
diff --git a/sync/notifier/ack_tracker_unittest.cc b/sync/notifier/ack_tracker_unittest.cc |
index 7208d76b189a29cb3b131cb2ea552a3edee3ae00..8f57f1c85b267b5271ec0fd4de06ecf55dd0ef44 100644 |
--- a/sync/notifier/ack_tracker_unittest.cc |
+++ b/sync/notifier/ack_tracker_unittest.cc |
@@ -109,7 +109,7 @@ class AckTrackerTest : public testing::Test { |
// AckTracker uses base::Timer internally, which depends on the existence of a |
// MessageLoop. |
- MessageLoop message_loop_; |
+ base::MessageLoop message_loop_; |
}; |
// Tests that various combinations of Track()/Ack() behave as |