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

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

Issue 811563008: Moving files from //chrome to //components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win 64 warnings, components owners 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/print_messages.h
diff --git a/chrome/common/print_messages.h b/components/printing/common/print_messages.h
similarity index 99%
rename from chrome/common/print_messages.h
rename to components/printing/common/print_messages.h
index 6ae0563c016fbbfa1b097cc41f7b4540da18bae3..effc2f244abc3aeab9d86fe8b6079b3adfa335a3 100644
--- a/chrome/common/print_messages.h
+++ b/components/printing/common/print_messages.h
@@ -19,8 +19,8 @@
#include "ui/gfx/ipc/gfx_param_traits.h"
#include "ui/gfx/native_widget_types.h"
-#ifndef CHROME_COMMON_PRINT_MESSAGES_H_
-#define CHROME_COMMON_PRINT_MESSAGES_H_
+#ifndef COMPONENTS_PRINTING_COMMON_PRINT_MESSAGES_H_
+#define COMPONENTS_PRINTING_COMMON_PRINT_MESSAGES_H_
struct PrintMsg_Print_Params {
PrintMsg_Print_Params();
@@ -82,7 +82,7 @@ struct PrintHostMsg_SetOptionsFromDocument_Params {
printing::PageRanges page_ranges;
};
-#endif // CHROME_COMMON_PRINT_MESSAGES_H_
+#endif // COMPONENTS_PRINTING_COMMON_PRINT_MESSAGES_H_
#define IPC_MESSAGE_START PrintMsgStart

Powered by Google App Engine
This is Rietveld 408576698