| Index: content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc b/content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc
|
| index b2420845bba5a13ed12756a09cf637d612f884af..b79ba97c5594f8e525389ba35e5f8476b2c79da0 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc
|
| +++ b/content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc
|
| @@ -13,9 +13,10 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/run_loop.h"
|
| #include "build/build_config.h"
|
| -#include "content/browser/gamepad/gamepad_test_helpers.h"
|
| +#include "content/browser/gamepad/gamepad_service_test_helpers.h"
|
| #include "content/browser/renderer_host/pepper/browser_ppapi_host_test.h"
|
| #include "content/common/gamepad_hardware_buffer.h"
|
| +#include "device/gamepad/gamepad_test_helpers.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/host/host_message_context.h"
|
| #include "ppapi/proxy/gamepad_resource.h"
|
| @@ -152,7 +153,7 @@ TEST_F(PepperGamepadHostTest, MAYBE_WaitForReply) {
|
| gamepad_host.OnResourceMessageReceived(
|
| PpapiHostMsg_Gamepad_RequestMemory(), &context));
|
|
|
| - MockGamepadDataFetcher* fetcher = service_->data_fetcher();
|
| + device::MockGamepadDataFetcher* fetcher = service_->data_fetcher();
|
| fetcher->WaitForDataReadAndCallbacksIssued();
|
|
|
| // It should not have sent the callback message.
|
|
|