summaryrefslogtreecommitdiffstats
path: root/chrome/common/common_message_generator.h
diff options
context:
space:
mode:
authortsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-14 19:12:05 +0000
committertsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-14 19:12:05 +0000
commit605482f0a49e9d779bb3239b7363d5ebccba3b69 (patch)
treeacd6210506e1a009a47786ca340970136091ad8c /chrome/common/common_message_generator.h
parenta514636637565ea179285973e21e05db2e46d5e9 (diff)
downloadchromium_src-605482f0a49e9d779bb3239b7363d5ebccba3b69.zip
chromium_src-605482f0a49e9d779bb3239b7363d5ebccba3b69.tar.gz
chromium_src-605482f0a49e9d779bb3239b7363d5ebccba3b69.tar.bz2
Convert indexed_db_messages.h to use generator macros.
BUG= TEST= First file converted now that IPC infrastructure has landed. Can you suggest someone on the indexed_db side to look at what we've done to their file? Review URL: http://codereview.chromium.org/6501006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_message_generator.h')
-rw-r--r--chrome/common/common_message_generator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h
index 61e5c04..3a31c77 100644
--- a/chrome/common/common_message_generator.h
+++ b/chrome/common/common_message_generator.h
@@ -4,6 +4,8 @@
// Multiply-included file, hence no include guard.
+#include "chrome/common/indexed_db_messages.h"
+
#if 0 // This feature is not yet enabled for these files.
#include "chrome/common/autofill_messages.h"
@@ -13,7 +15,6 @@
#include "chrome/common/dom_storage_messages.h"
#include "chrome/common/file_utilities_messages.h"
#include "chrome/common/gpu_messages.h"
-#include "chrome/common/indexed_db_messages.h"
#include "chrome/common/mime_registry_messages.h"
#include "chrome/common/nacl_messages.h"
#include "chrome/common/pepper_file_messages.h"