| Index: content/common/dom_storage/dom_storage_messages.h
|
| diff --git a/content/common/dom_storage/dom_storage_messages.h b/content/common/dom_storage/dom_storage_messages.h
|
| index 3325bf9b1244086ddf610f3680c34064593799c3..fefe83df33299882b8cff66fa43c1f588812af67 100644
|
| --- a/content/common/dom_storage/dom_storage_messages.h
|
| +++ b/content/common/dom_storage/dom_storage_messages.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef CONTENT_COMMON_DOM_STORAGE_DOM_STORAGE_MESSAGES_H_
|
| +#define CONTENT_COMMON_DOM_STORAGE_DOM_STORAGE_MESSAGES_H_
|
| +
|
| // Multiply-included message file, no traditional include guard.
|
|
|
| #include <stdint.h>
|
| @@ -97,3 +100,5 @@ IPC_MESSAGE_CONTROL2(DOMStorageHostMsg_Clear,
|
|
|
| // Used to flush the ipc message queue.
|
| IPC_SYNC_MESSAGE_CONTROL0_0(DOMStorageHostMsg_FlushMessages)
|
| +
|
| +#endif // CONTENT_COMMON_DOM_STORAGE_DOM_STORAGE_MESSAGES_H_
|
|
|