summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorstoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-28 20:33:11 +0000
committerstoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-28 20:33:11 +0000
commit0a2585930e14a31d3975e82bb049135c90234205 (patch)
treefec0666baeaf64a79ccc2cac99fc9fd55f5a662d /chrome/test
parentf70085e4e8c0dda48a017a8e86e17b6fa43433f5 (diff)
downloadchromium_src-0a2585930e14a31d3975e82bb049135c90234205.zip
chromium_src-0a2585930e14a31d3975e82bb049135c90234205.tar.gz
chromium_src-0a2585930e14a31d3975e82bb049135c90234205.tar.bz2
Correct forward declaration.
TEST=none BUG=none Review URL: http://codereview.chromium.org/115873 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/automation/tab_proxy.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h
index 81c72a8..02bf99e 100644
--- a/chrome/test/automation/tab_proxy.h
+++ b/chrome/test/automation/tab_proxy.h
@@ -24,7 +24,9 @@
class ConstrainedWindowProxy;
class GURL;
class Value;
-class IPC::Message;
+namespace IPC {
+class Message;
+};
enum FindInPageDirection { BACK = 0, FWD = 1 };
enum FindInPageCase { IGNORE_CASE = 0, CASE_SENSITIVE = 1 };