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

Unified Diff: chrome/common/dom_storage_messages.cc

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.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) {

Powered by Google App Engine
This is Rietveld 408576698