diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-24 17:07:22 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-24 17:07:22 +0000 |
commit | 1375e3ab50fc27bfc67d8e16bc12022dad3ab7d2 (patch) | |
tree | cf5db38665e6a7ddef5ae41a894d52c7b781ca49 /chrome/common/common_message_generator.h | |
parent | c29bdcf3f973fcc76fec6b9038a7891e472b7f2f (diff) | |
download | chromium_src-1375e3ab50fc27bfc67d8e16bc12022dad3ab7d2.zip chromium_src-1375e3ab50fc27bfc67d8e16bc12022dad3ab7d2.tar.gz chromium_src-1375e3ab50fc27bfc67d8e16bc12022dad3ab7d2.tar.bz2 |
Move printing messages to their own file.
TBR=thestig
Review URL: http://codereview.chromium.org/6731014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79286 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_message_generator.h')
-rw-r--r-- | chrome/common/common_message_generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h index 6c7083e..d05d225 100644 --- a/chrome/common/common_message_generator.h +++ b/chrome/common/common_message_generator.h @@ -6,6 +6,7 @@ #include "chrome/common/autofill_messages.h" #include "chrome/common/devtools_messages.h" +#include "chrome/common/print_messages.h" #include "chrome/common/render_messages.h" #include "chrome/common/safebrowsing_messages.h" #include "chrome/common/service_messages.h" |