| Index: chrome/browser/geolocation/geolocation_infobar_queue_controller_unittest.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_infobar_queue_controller_unittest.cc b/chrome/browser/geolocation/geolocation_infobar_queue_controller_unittest.cc
|
| index 13226843a8d35bb61edb25fdcc828594c3d767bc..71e7c21207f17d07321dac78a88f4af45655f01b 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_queue_controller_unittest.cc
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_queue_controller_unittest.cc
|
| @@ -31,8 +31,7 @@ class GeolocationInfoBarQueueControllerTests
|
| };
|
|
|
| GeolocationInfoBarQueueControllerTests::GeolocationInfoBarQueueControllerTests()
|
| - : ui_thread_(content::BrowserThread::UI, MessageLoop::current()) {
|
| -}
|
| + : ui_thread_(content::BrowserThread::UI, base::MessageLoop::current()) {}
|
|
|
| GeolocationPermissionRequestID
|
| GeolocationInfoBarQueueControllerTests::RequestID(int bridge_id) {
|
|
|