diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-22 21:36:38 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-22 21:36:38 +0000 |
commit | 202b54ff5018ef52a964edb8191ff17303cd88c7 (patch) | |
tree | fc9f4509e5e8ee64726933066f608442116b6a90 /content/common/content_message_generator.h | |
parent | ad706dd8473472d21b49ac660a028a1a8f49816f (diff) | |
download | chromium_src-202b54ff5018ef52a964edb8191ff17303cd88c7.zip chromium_src-202b54ff5018ef52a964edb8191ff17303cd88c7.tar.gz chromium_src-202b54ff5018ef52a964edb8191ff17303cd88c7.tar.bz2 |
Move more GPU related files from content/common to content/common/gpu.
This is just moving files and updating references. There are no functional changes.
TEST=trybots
BUG=none
Review URL: http://codereview.chromium.org/6881072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/content_message_generator.h')
-rw-r--r-- | content/common/content_message_generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/content_message_generator.h b/content/common/content_message_generator.h index 10c9fd8..21c3e76 100644 --- a/content/common/content_message_generator.h +++ b/content/common/content_message_generator.h @@ -20,7 +20,7 @@ #include "content/common/file_system_messages.h" #include "content/common/file_utilities_messages.h" #include "content/common/geolocation_messages.h" -#include "content/common/gpu_messages.h" +#include "content/common/gpu/gpu_messages.h" #include "content/common/indexed_db_messages.h" #include "content/common/mime_registry_messages.h" #include "content/common/p2p_messages.h" |