| Index: chrome/test/chromedriver/chrome/chrome_android_impl.h
|
| diff --git a/chrome/test/chromedriver/chrome/chrome_android_impl.h b/chrome/test/chromedriver/chrome/chrome_android_impl.h
|
| index ef273416e0ba72e4ce1dae3f3870ba39b877692c..8cd1d12594795689573fe1c7a5f0809513a88295 100644
|
| --- a/chrome/test/chromedriver/chrome/chrome_android_impl.h
|
| +++ b/chrome/test/chromedriver/chrome/chrome_android_impl.h
|
| @@ -19,8 +19,7 @@ class ChromeAndroidImpl : public ChromeImpl {
|
| ChromeAndroidImpl(
|
| scoped_ptr<DevToolsHttpClient> client,
|
| ScopedVector<DevToolsEventListener>& devtools_event_listeners,
|
| - scoped_ptr<Device> device,
|
| - Log* log);
|
| + scoped_ptr<Device> device);
|
| virtual ~ChromeAndroidImpl();
|
|
|
| // Overridden from Chrome:
|
|
|