Commit eb8ea8d2 authored by mrunal.kapade's avatar mrunal.kapade Committed by Commit bot

Add declaration for DictionaryValue in devtools_http_handler.h

Without above change it breaks the build for Crosswalk which is dependent on
content and components like devtools_http_handler. This is somehow not evident
on Chrome or Content Shell builds which might be including base/values.h through
some other includes.

R=pfeldman@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1137243005

Cr-Commit-Position: refs/heads/master@{#330581}
parent 268a5b1c
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
class GURL; class GURL;
namespace base { namespace base {
class DictionaryValue;
class Thread; class Thread;
class Value; class Value;
} }
......
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