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

Unified Diff: chrome/common/utility_messages.cc

Issue 3119035: FBTF: Move individual XXXMsg_Params structs to a new file. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Fix comment Created 10 years, 4 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
« no previous file with comments | « chrome/common/resource_dispatcher_unittest.cc ('k') | chrome/common/utility_messages_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/utility_messages.cc
diff --git a/chrome/common/utility_messages.cc b/chrome/common/utility_messages.cc
index 90b0a29365dbd777f76fb7fd63d21d2301347c9b..4a781c3cc64466022b73b44782899a5fa755ec4e 100644
--- a/chrome/common/utility_messages.cc
+++ b/chrome/common/utility_messages.cc
@@ -5,6 +5,10 @@
#include "chrome/common/utility_messages.h"
#include "base/values.h"
+#include "chrome/common/common_param_traits.h"
+#include "base/file_path.h"
+#include "third_party/skia/include/core/SkBitmap.h"
+
#define MESSAGES_INTERNAL_IMPL_FILE \
"chrome/common/utility_messages_internal.h"
#include "ipc/ipc_message_impl_macros.h"
« no previous file with comments | « chrome/common/resource_dispatcher_unittest.cc ('k') | chrome/common/utility_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698