commit | df90563783a730f075af5df62e91d718d17107bb | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed May 29 23:04:36 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed May 29 23:04:36 2013 |
tree | 575312351ec6ddaea9860c58d47c30bc18a05013 | |
parent | 0488716e86b6a13209fa977fd0e0b89516a6a03c [diff] [blame] |
chromeos: Use base::MessageLoop. BUG=236029 [email protected] Review URL: https://codereview.chromium.org/15774005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202997 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chromeos/disks/disk_mount_manager_unittest.cc b/chromeos/disks/disk_mount_manager_unittest.cc index aa1b1f4..3161818 100644 --- a/chromeos/disks/disk_mount_manager_unittest.cc +++ b/chromeos/disks/disk_mount_manager_unittest.cc
@@ -200,7 +200,7 @@ protected: chromeos::FakeCrosDisksClient* fake_cros_disks_client_; MockDiskMountManagerObserver observer_; - MessageLoopForUI message_loop_; + base::MessageLoopForUI message_loop_; }; // Tests that the observer gets notified on attempt to format non existent mount