| Index: sync/internal_api/sync_encryption_handler_impl_unittest.cc
|
| diff --git a/sync/internal_api/sync_encryption_handler_impl_unittest.cc b/sync/internal_api/sync_encryption_handler_impl_unittest.cc
|
| index d878fda7dd89d956128d3d3b8b79ea95b55b89ac..9fbfcfe2d77d76e71ef4f15cc98a9238247a2365 100644
|
| --- a/sync/internal_api/sync_encryption_handler_impl_unittest.cc
|
| +++ b/sync/internal_api/sync_encryption_handler_impl_unittest.cc
|
| @@ -9,7 +9,7 @@
|
| #include "base/base64.h"
|
| #include "base/json/json_string_value_serializer.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/message_loop/message_loop.h"
|
| +#include "base/run_loop.h"
|
| #include "base/tracked_objects.h"
|
| #include "sync/internal_api/public/base/model_type_test_util.h"
|
| #include "sync/internal_api/public/read_node.h"
|
| @@ -122,7 +122,7 @@ class SyncEncryptionHandlerImplTest : public ::testing::Test {
|
| }
|
|
|
| void PumpLoop() {
|
| - message_loop_.RunUntilIdle();
|
| + base::RunLoop().RunUntilIdle();
|
| }
|
|
|
| // Getters for tests.
|
|
|