Commit dd326a49 authored by sverrir@google.com's avatar sverrir@google.com

Fix deps failure (include file was in a multi line comment).

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/149203

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19949 0039d316-1c4b-4281-b951-d872f2087c98
parent f0e4c974
...@@ -62,8 +62,10 @@ TEST(EmfTest, DC) { ...@@ -62,8 +62,10 @@ TEST(EmfTest, DC) {
// TODO(sverrir): Re-enable after win_printing_context has been moved here. // 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. // Disabled if no "UnitTest printer" exist. Useful to reproduce bug 1186598.
TEST_F(EmfPrintingTest, Enumerate) { TEST_F(EmfPrintingTest, Enumerate) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment