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

Unified Diff: printing/print_settings_initializer.h

Issue 7799003: Add printing.dll to the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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: printing/print_settings_initializer.h
===================================================================
--- printing/print_settings_initializer.h (revision 98598)
+++ printing/print_settings_initializer.h (working copy)
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/logging.h"
+#include "printing/printing_export.h"
namespace base {
class DictionaryValue;
@@ -18,7 +19,7 @@
// Initializes the header footer strings in the PrintSettings object from the
// provided |job_settings|.
-class PrintSettingsInitializer {
+class PRINTING_EXPORT PrintSettingsInitializer {
public:
static void InitHeaderFooterStrings(
const base::DictionaryValue& job_settings,

Powered by Google App Engine
This is Rietveld 408576698