Commit 0a258593 authored by stoyan@chromium.org's avatar stoyan@chromium.org

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
parent f70085e4
...@@ -24,7 +24,9 @@ ...@@ -24,7 +24,9 @@
class ConstrainedWindowProxy; class ConstrainedWindowProxy;
class GURL; class GURL;
class Value; class Value;
class IPC::Message; namespace IPC {
class Message;
};
enum FindInPageDirection { BACK = 0, FWD = 1 }; enum FindInPageDirection { BACK = 0, FWD = 1 };
enum FindInPageCase { IGNORE_CASE = 0, CASE_SENSITIVE = 1 }; enum FindInPageCase { IGNORE_CASE = 0, CASE_SENSITIVE = 1 };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment