Chromium Code Reviews| Index: content/common/content_message_generator.cc |
| =================================================================== |
| --- content/common/content_message_generator.cc (revision 81740) |
| +++ content/common/content_message_generator.cc (working copy) |
| @@ -1,10 +1,11 @@ |
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| // Get basic type definitions. |
| #define IPC_MESSAGE_IMPL |
| #include "content/common/common_param_traits.h" |
| +#include "content/common/webkit_param_traits.h" |
|
jam
2011/04/15 19:01:21
why is this needed, since you include it in the he
grt (UTC plus 2)
2011/04/15 19:39:54
As it turns out, neither of these are needed, but
jam
2011/04/15 19:42:19
oh, if point.h is needed, then we need to add it t
|
| #include "content/common/content_message_generator.h" |
| // Generate constructors. |