| Index: mojo/shell/standalone/android/android_handler.cc
|
| diff --git a/mojo/shell/standalone/android/android_handler.cc b/mojo/shell/standalone/android/android_handler.cc
|
| index 175923baea8c1268bece0785077dd64125318d93..98788243fae654f6e727c7bc24a695fe5e22a4a8 100644
|
| --- a/mojo/shell/standalone/android/android_handler.cc
|
| +++ b/mojo/shell/standalone/android/android_handler.cc
|
| @@ -170,7 +170,7 @@ void AndroidHandler::Initialize(Shell* shell,
|
| const std::string& url,
|
| uint32_t id) {}
|
|
|
| -bool AndroidHandler::AcceptConnection(ApplicationConnection* connection) {
|
| +bool AndroidHandler::AcceptConnection(Connection* connection) {
|
| connection->AddService(&content_handler_factory_);
|
| return true;
|
| }
|
|
|