Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1833)

Unified Diff: chrome/common/dom_storage_messages.h

Issue 6646005: Creates the ipclist utility that chrome security team has wanted to dump... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698