| Index: trunk/src/chrome/test/chromedriver/logging.h | 
| =================================================================== | 
| --- trunk/src/chrome/test/chromedriver/logging.h	(revision 283022) | 
| +++ trunk/src/chrome/test/chromedriver/logging.h	(working copy) | 
| @@ -14,7 +14,6 @@ | 
| #include "chrome/test/chromedriver/chrome/log.h" | 
|  | 
| struct Capabilities; | 
| -class CommandListener; | 
| class DevToolsEventListener; | 
| class ListValue; | 
| class Status; | 
| @@ -65,11 +64,9 @@ | 
| // Initializes logging system for ChromeDriver. Returns true on success. | 
| bool InitLogging(); | 
|  | 
| -// Creates |Log|s, |DevToolsEventListener|s, and |CommandListener|s based on | 
| -// logging preferences. | 
| +// Creates Log's and DevToolsEventListener's based on logging preferences. | 
| Status CreateLogs(const Capabilities& capabilities, | 
| ScopedVector<WebDriverLog>* out_logs, | 
| -                  ScopedVector<DevToolsEventListener>* out_devtools_listeners, | 
| -                  ScopedVector<CommandListener>* out_command_listeners); | 
| +                  ScopedVector<DevToolsEventListener>* out_listeners); | 
|  | 
| #endif  // CHROME_TEST_CHROMEDRIVER_LOGGING_H_ | 
|  |