From b7448dc7eac020055d9bc9aee12d1b9ed7dbd466 Mon Sep 17 00:00:00 2001 From: "kkania@chromium.org" Date: Sat, 19 Feb 2011 23:32:55 +0000 Subject: Cleaning up response.h and moving all of the logic into the .cc file. Patch by jleyba@chromium.org. Original review at http://codereview.chromium.org/6543015 BUG=none TEST=none Review URL: http://codereview.chromium.org/6469071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75506 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/webdriver/commands/title_command.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/test/webdriver/commands/title_command.h') diff --git a/chrome/test/webdriver/commands/title_command.h b/chrome/test/webdriver/commands/title_command.h index e017b29..3ec5fe81 100644 --- a/chrome/test/webdriver/commands/title_command.h +++ b/chrome/test/webdriver/commands/title_command.h @@ -12,6 +12,8 @@ namespace webdriver { +class Response; + // A call with HTTP GET will return the title of the tab. See: // http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/title class TitleCommand : public WebDriverCommand { -- cgit v1.1