summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/commands/title_command.h
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-19 23:32:55 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-19 23:32:55 +0000
commitb7448dc7eac020055d9bc9aee12d1b9ed7dbd466 (patch)
treec2689890eff1a27bcb9c50167f015daa21b55f08 /chrome/test/webdriver/commands/title_command.h
parent86469503a695e2ede48244c846053dd9ae91e5fa (diff)
downloadchromium_src-b7448dc7eac020055d9bc9aee12d1b9ed7dbd466.zip
chromium_src-b7448dc7eac020055d9bc9aee12d1b9ed7dbd466.tar.gz
chromium_src-b7448dc7eac020055d9bc9aee12d1b9ed7dbd466.tar.bz2
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
Diffstat (limited to 'chrome/test/webdriver/commands/title_command.h')
-rw-r--r--chrome/test/webdriver/commands/title_command.h2
1 files changed, 2 insertions, 0 deletions
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 {