| Index: chrome/common/dom_storage_messages.h
|
| ===================================================================
|
| --- chrome/common/dom_storage_messages.h (revision 77320)
|
| +++ chrome/common/dom_storage_messages.h (working copy)
|
| @@ -2,9 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_DOM_STORAGE_MESSAGES_H_
|
| -#define CHROME_COMMON_DOM_STORAGE_MESSAGES_H_
|
| -#pragma once
|
| +// Multiply-included file, hence no traditional include guard.
|
|
|
| #include "chrome/common/dom_storage_common.h"
|
| #include "googleurl/src/gurl.h"
|
| @@ -14,6 +12,10 @@
|
|
|
| #define IPC_MESSAGE_START DOMStorageMsgStart
|
|
|
| +// Singly-included section not yet converted.
|
| +#ifndef CHROME_COMMON_DOM_STORAGE_MESSAGES_H_
|
| +#define CHROME_COMMON_DOM_STORAGE_MESSAGES_H_
|
| +
|
| // Signals a storage event.
|
| struct DOMStorageMsg_Event_Params {
|
| DOMStorageMsg_Event_Params();
|
| @@ -66,6 +68,8 @@
|
|
|
| } // namespace IPC
|
|
|
| +#endif // CHROME_COMMON_DOM_STORAGE_MESSAGES_H_
|
| +
|
| // DOM Storage messages sent from the browser to the renderer.
|
|
|
| // Storage events are broadcast to renderer processes.
|
| @@ -122,4 +126,3 @@
|
| GURL /* url */,
|
| bool /* something_cleared */)
|
|
|
| -#endif // CHROME_COMMON_DOM_STORAGE_MESSAGES_H_
|
|
|