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

Unified Diff: content/common/content_message_generator.cc

Issue 6840044: Size reduction: halve npchrome_frame.dll via code motion. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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: content/common/content_message_generator.cc
===================================================================
--- content/common/content_message_generator.cc (revision 81740)
+++ content/common/content_message_generator.cc (working copy)
@@ -1,10 +1,11 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Get basic type definitions.
#define IPC_MESSAGE_IMPL
#include "content/common/common_param_traits.h"
+#include "content/common/webkit_param_traits.h"
jam 2011/04/15 19:01:21 why is this needed, since you include it in the he
grt (UTC plus 2) 2011/04/15 19:39:54 As it turns out, neither of these are needed, but
jam 2011/04/15 19:42:19 oh, if point.h is needed, then we need to add it t
#include "content/common/content_message_generator.h"
// Generate constructors.

Powered by Google App Engine
This is Rietveld 408576698