summaryrefslogtreecommitdiffstats
path: root/content/common/cc_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/cc_messages.h')
-rw-r--r--content/common/cc_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
index 70392f0..7560f80 100644
--- a/content/common/cc_messages.h
+++ b/content/common/cc_messages.h
@@ -122,7 +122,7 @@ template <>
struct CONTENT_EXPORT ParamTraits<cc::DrawQuad::Resources> {
typedef cc::DrawQuad::Resources param_type;
static void Write(Message* m, const param_type& p);
- static bool Read(const Message* m, PickleIterator* iter, param_type* p);
+ static bool Read(const Message* m, base::PickleIterator* iter, param_type* p);
static void Log(const param_type& p, std::string* l);
};