| Index: chrome/common/dom_storage_messages.cc
|
| ===================================================================
|
| --- chrome/common/dom_storage_messages.cc (revision 77320)
|
| +++ chrome/common/dom_storage_messages.cc (working copy)
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "chrome/common/dom_storage_messages.h"
|
| +
|
| #include "content/common/common_param_traits.h"
|
|
|
| -#define IPC_MESSAGE_IMPL
|
| -#include "chrome/common/dom_storage_messages.h"
|
|
|
| DOMStorageMsg_Event_Params::DOMStorageMsg_Event_Params()
|
| : storage_type(DOM_STORAGE_LOCAL) {
|
|
|