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

Unified Diff: components/printing/common/printing_message_generator.h

Issue 857053002: Generate the print messages in components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: components/printing/common/printing_message_generator.h
diff --git a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java b/components/printing/common/printing_message_generator.h
similarity index 61%
copy from build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
copy to components/printing/common/printing_message_generator.h
index 1281b39586e399c3103b5f2ab3ca1f3fab26d182..774d83c7d17a243de8759b436844fd4fd264095a 100644
--- a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
+++ b/components/printing/common/printing_message_generator.h
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.dummy;
-
-/** Does nothing. */
-class Dummy {}
+// Multiply-included file, hence no include guard.
+#include "components/printing/common/print_messages.h"

Powered by Google App Engine
This is Rietveld 408576698