| Index: chrome/common/content_settings_pattern.h
|
| diff --git a/chrome/common/content_settings_pattern.h b/chrome/common/content_settings_pattern.h
|
| index d670b78760c3e489af40cfe160cb93da45ec6f55..858d210cc2fa6551aa133049cab41b386035be00 100644
|
| --- a/chrome/common/content_settings_pattern.h
|
| +++ b/chrome/common/content_settings_pattern.h
|
| @@ -16,6 +16,8 @@
|
| #include "base/gtest_prod_util.h"
|
|
|
| class GURL;
|
| +class Pickle;
|
| +class PickleIterator;
|
|
|
| namespace content_settings {
|
| class PatternParser;
|
| @@ -167,7 +169,7 @@ class ContentSettingsPattern {
|
|
|
| // Serializes the pattern to an IPC message or deserializes it.
|
| void WriteToMessage(IPC::Message* m) const;
|
| - bool ReadFromMessage(const IPC::Message* m, void** iter);
|
| + bool ReadFromMessage(const IPC::Message* m, PickleIterator* iter);
|
|
|
| // True if this is a valid pattern.
|
| bool IsValid() const { return is_valid_; }
|
|
|