diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-13 20:35:48 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-13 20:35:48 +0000 |
commit | afc848fc2285b6b7e5133d836086812981277475 (patch) | |
tree | aa36ce30b66b6a54865f1e16499689fe45b8f124 /content/common/content_message_generator.h | |
parent | c640dd492bbd263e7440c802d63f78a025273110 (diff) | |
download | chromium_src-afc848fc2285b6b7e5133d836086812981277475.zip chromium_src-afc848fc2285b6b7e5133d836086812981277475.tar.gz chromium_src-afc848fc2285b6b7e5133d836086812981277475.tar.bz2 |
Move some message files and hi_res_timer_manager to content, in preparation for moving worker code.
TBR=avi
Review URL: http://codereview.chromium.org/6685027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/content_message_generator.h')
-rw-r--r-- | content/common/content_message_generator.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/common/content_message_generator.h b/content/common/content_message_generator.h index f30bc15..9d70578c 100644 --- a/content/common/content_message_generator.h +++ b/content/common/content_message_generator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -6,8 +6,10 @@ #include "content/common/child_process_messages.h" #include "content/common/file_system_messages.h" +#include "content/common/file_utilities_messages.h" #include "content/common/p2p_messages.h" #include "content/common/gpu_messages.h" +#include "content/common/mime_registry_messages.h" #include "content/common/resource_messages.h" #include "content/common/socket_stream_messages.h" #include "content/common/worker_messages.h" |