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

Unified Diff: chrome/renderer/printing/mock_printer.h

Issue 307743002: Move MockPrinter to chrome/renderer/printing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « chrome/renderer/mock_printer.cc ('k') | chrome/renderer/printing/mock_printer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/printing/mock_printer.h
diff --git a/chrome/renderer/mock_printer.h b/chrome/renderer/printing/mock_printer.h
similarity index 97%
rename from chrome/renderer/mock_printer.h
rename to chrome/renderer/printing/mock_printer.h
index efbe063c2dd7446a604bb898b5c42a23073e44f9..155fda84611131bd4b4fc0fed6caff672d0a59ae 100644
--- a/chrome/renderer/mock_printer.h
+++ b/chrome/renderer/printing/mock_printer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_RENDERER_MOCK_PRINTER_H_
-#define CHROME_RENDERER_MOCK_PRINTER_H_
+#ifndef CHROME_RENDERER_PRINTING_MOCK_PRINTER_H_
+#define CHROME_RENDERER_PRINTING_MOCK_PRINTER_H_
#include <string>
#include <vector>
@@ -163,4 +163,4 @@ class MockPrinter {
DISALLOW_COPY_AND_ASSIGN(MockPrinter);
};
-#endif // CHROME_RENDERER_MOCK_PRINTER_H_
+#endif // CHROME_RENDERER_PRINTING_MOCK_PRINTER_H_
« no previous file with comments | « chrome/renderer/mock_printer.cc ('k') | chrome/renderer/printing/mock_printer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698