diff options
Diffstat (limited to 'chrome/test/webdriver/commands/command.h')
-rw-r--r-- | chrome/test/webdriver/commands/command.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/test/webdriver/commands/command.h b/chrome/test/webdriver/commands/command.h index b7057b7..11674fb3 100644 --- a/chrome/test/webdriver/commands/command.h +++ b/chrome/test/webdriver/commands/command.h @@ -9,7 +9,6 @@ #include <vector> #include "base/basictypes.h" -#include "base/logging.h" #include "base/scoped_ptr.h" #include "base/values.h" #include "base/json/json_writer.h" @@ -68,4 +67,3 @@ class Command { }; } // namespace webdriver #endif // CHROME_TEST_WEBDRIVER_COMMANDS_COMMAND_H_ - |