diff options
| author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-19 23:32:55 +0000 |
|---|---|---|
| committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-19 23:32:55 +0000 |
| commit | b7448dc7eac020055d9bc9aee12d1b9ed7dbd466 (patch) | |
| tree | c2689890eff1a27bcb9c50167f015daa21b55f08 /chrome/test/webdriver/commands/find_element_commands.h | |
| parent | 86469503a695e2ede48244c846053dd9ae91e5fa (diff) | |
| download | chromium_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/find_element_commands.h')
| -rw-r--r-- | chrome/test/webdriver/commands/find_element_commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/webdriver/commands/find_element_commands.h b/chrome/test/webdriver/commands/find_element_commands.h index b9a6250..0488d49 100644 --- a/chrome/test/webdriver/commands/find_element_commands.h +++ b/chrome/test/webdriver/commands/find_element_commands.h @@ -13,6 +13,8 @@ namespace webdriver { +class Response; + // Base class for searching a page, this class can find either a single // webelement or return multiple matches. class FindElementCommand : public WebDriverCommand { |
