| Index: ipc/ipc_message_utils.h
|
| diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h
|
| index ac324e039e7ab3bf16b53a7a7976fe906279b40f..7fda943f355a882533c2f8916d4ba8ce64d4186b 100644
|
| --- a/ipc/ipc_message_utils.h
|
| +++ b/ipc/ipc_message_utils.h
|
| @@ -45,12 +45,11 @@
|
| #error "Please add the noinline property for your new compiler here."
|
| #endif
|
|
|
| -class NullableString16;
|
| -
|
| namespace base {
|
| class DictionaryValue;
|
| class FilePath;
|
| class ListValue;
|
| +class NullableString16;
|
| class Time;
|
| class TimeDelta;
|
| class TimeTicks;
|
| @@ -454,8 +453,8 @@ struct IPC_EXPORT ParamTraits<base::ListValue> {
|
| };
|
|
|
| template <>
|
| -struct IPC_EXPORT ParamTraits<NullableString16> {
|
| - typedef NullableString16 param_type;
|
| +struct IPC_EXPORT ParamTraits<base::NullableString16> {
|
| + typedef base::NullableString16 param_type;
|
| static void Write(Message* m, const param_type& p);
|
| static bool Read(const Message* m, PickleIterator* iter,
|
| param_type* r);
|
|
|