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

Unified Diff: chrome/browser/ui/webui/print_preview/sticky_settings.h

Issue 9350051: Removing unneeded macro (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 8 years, 10 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 | « base/gtest_prod_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/print_preview/sticky_settings.h
diff --git a/chrome/browser/ui/webui/print_preview/sticky_settings.h b/chrome/browser/ui/webui/print_preview/sticky_settings.h
index 4e9c44b5819675e482c12b0c353753f2558c757b..9ca5f0627044aa7634234b4c40b57446a9b1b78b 100644
--- a/chrome/browser/ui/webui/print_preview/sticky_settings.h
+++ b/chrome/browser/ui/webui/print_preview/sticky_settings.h
@@ -23,15 +23,11 @@ namespace printing {
struct PageSizeMargins;
}
-FORWARD_DECLARE_TEST_ALL_PREFIXES(PrintPreviewHandlerTest, StickyMarginsCustom);
-FORWARD_DECLARE_TEST_ALL_PREFIXES(PrintPreviewHandlerTest,
- StickyMarginsDefault);
-FORWARD_DECLARE_TEST_ALL_PREFIXES(PrintPreviewHandlerTest,
- StickyMarginsCustomThenDefault);
-FORWARD_DECLARE_TEST_ALL_PREFIXES(PrintPreviewHandlerTest,
- GetLastUsedMarginSettingsCustom);
-FORWARD_DECLARE_TEST_ALL_PREFIXES(PrintPreviewHandlerTest,
- GetLastUsedMarginSettingsDefault);
+FORWARD_DECLARE_TEST(PrintPreviewHandlerTest, StickyMarginsCustom);
+FORWARD_DECLARE_TEST(PrintPreviewHandlerTest, StickyMarginsDefault);
+FORWARD_DECLARE_TEST(PrintPreviewHandlerTest, StickyMarginsCustomThenDefault);
+FORWARD_DECLARE_TEST(PrintPreviewHandlerTest, GetLastUsedMarginSettingsCustom);
+FORWARD_DECLARE_TEST(PrintPreviewHandlerTest, GetLastUsedMarginSettingsDefault);
namespace printing {
« no previous file with comments | « base/gtest_prod_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698