| Index: printing/emf_win_unittest.cc
|
| ===================================================================
|
| --- printing/emf_win_unittest.cc (revision 19943)
|
| +++ printing/emf_win_unittest.cc (working copy)
|
| @@ -62,9 +62,11 @@
|
|
|
| // TODO(sverrir): Re-enable after win_printing_context has been moved here.
|
| /*
|
| -#include "chrome/browser/printing/win_printing_context.h"
|
| -#include "chrome/common/chrome_paths.h"
|
|
|
| +// DEPS check fails even if include is in a multi line comment:
|
| +// #include "chrome/browser/printing/win_printing_context.h"
|
| +// #include "chrome/common/chrome_paths.h"
|
| +
|
| // Disabled if no "UnitTest printer" exist. Useful to reproduce bug 1186598.
|
| TEST_F(EmfPrintingTest, Enumerate) {
|
| if (IsTestCaseDisabled())
|
|
|