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

Unified Diff: chrome/common/common_message_generator.h

Issue 552703002: Fix compilation on Windows with enable_printing=2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mon Sep 8 14:18:50 PDT 2014 Created 6 years, 3 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/common_message_generator.h
diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h
index 216f7488182585c940296fb2f35911614d34e175..efb658ef7c91c2455ebd89fd9569754c72eb877f 100644
--- a/chrome/common/common_message_generator.h
+++ b/chrome/common/common_message_generator.h
@@ -24,11 +24,11 @@
#endif
#if defined(ENABLE_FULL_PRINTING)
-#include "chrome/common/chrome_utility_printing_messages.h"
#include "chrome/common/service_messages.h"
#endif
#if defined(ENABLE_PRINTING)
+#include "chrome/common/chrome_utility_printing_messages.h"
#include "chrome/common/print_messages.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698