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

Unified Diff: printing/printing_test.h

Issue 3610013: Printing: Convert PrintingContext into an interface implemented by the separate (Closed)
Patch Set: Comment cleanup only. Created 10 years, 2 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 | « printing/printing_context_win_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_test.h
diff --git a/printing/printing_test.h b/printing/printing_test.h
index 3237813178902634426943ffe905a798021ed17e..da5d86dc6c7156c45a202f930bdfbc7b5230c7ab 100644
--- a/printing/printing_test.h
+++ b/printing/printing_test.h
@@ -8,6 +8,10 @@
#include <windows.h>
#include <winspool.h>
+#include <string>
+
+#include "base/basictypes.h"
+
// Disable the whole test case when executing on a computer that has no printer
// installed.
// Note: Parent should be testing::Test or UITest.
« no previous file with comments | « printing/printing_context_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698