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

Unified Diff: chrome/common/utility_messages_internal.h

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/utility_messages.cc ('k') | chrome/gpu/gpu_backing_store_glx.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/utility_messages_internal.h
diff --git a/chrome/common/utility_messages_internal.h b/chrome/common/utility_messages_internal.h
index 08dd347ca2251548d0746e6fe0e3c5fdc5e9d2a8..1fb669867f4ee2dd14dbc2e399300b75da29fbff 100644
--- a/chrome/common/utility_messages_internal.h
+++ b/chrome/common/utility_messages_internal.h
@@ -17,7 +17,9 @@
#include "gfx/rect.h"
#include "printing/native_metafile.h"
#include "printing/page_range.h"
-#include "third_party/skia/include/core/SkBitmap.h"
+
+class FilePath;
+class SkBitmap;
//------------------------------------------------------------------------------
// Utility process messages:
« no previous file with comments | « chrome/common/utility_messages.cc ('k') | chrome/gpu/gpu_backing_store_glx.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698