| Index: chrome/test/chromedriver/commands.h
|
| diff --git a/chrome/test/chromedriver/commands.h b/chrome/test/chromedriver/commands.h
|
| index e69764cfa0f8b3255f9b93a16f521ed3d50bcc26..92edf26213ddbbca7380365adfdfd54531c2ac58 100644
|
| --- a/chrome/test/chromedriver/commands.h
|
| +++ b/chrome/test/chromedriver/commands.h
|
| @@ -20,7 +20,6 @@ class Value;
|
| }
|
|
|
| class DeviceManager;
|
| -class Log;
|
| struct Session;
|
| class Status;
|
| class URLRequestContextGetter;
|
| @@ -32,14 +31,12 @@ void ExecuteGetStatus(
|
| const CommandCallback& callback);
|
|
|
| struct NewSessionParams {
|
| - NewSessionParams(Log* log,
|
| - SessionThreadMap* session_thread_map,
|
| + NewSessionParams(SessionThreadMap* session_thread_map,
|
| scoped_refptr<URLRequestContextGetter> context_getter,
|
| const SyncWebSocketFactory& socket_factory,
|
| DeviceManager* device_manager);
|
| ~NewSessionParams();
|
|
|
| - Log* log;
|
| SessionThreadMap* session_thread_map;
|
| scoped_refptr<URLRequestContextGetter> context_getter;
|
| SyncWebSocketFactory socket_factory;
|
|
|