diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 01:00:55 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 01:00:55 +0000 |
commit | 59f4f2fa7a3a6509bb524ac93e4a821efe268d35 (patch) | |
tree | 5196fb43051b8983a1219a2cbdf4d1bb42d92629 /chrome/common/extensions | |
parent | 0ad9befd15a41b07123b4632ce6d37f02e31c9f2 (diff) | |
download | chromium_src-59f4f2fa7a3a6509bb524ac93e4a821efe268d35.zip chromium_src-59f4f2fa7a3a6509bb524ac93e4a821efe268d35.tar.gz chromium_src-59f4f2fa7a3a6509bb524ac93e4a821efe268d35.tar.bz2 |
Move the rest of the content browser->renderer messages to content. Also move drag related messages to their own file.
TBR=tsepez
Review URL: http://codereview.chromium.org/6705012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79083 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions')
-rw-r--r-- | chrome/common/extensions/extension_unpacker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension_unpacker.cc b/chrome/common/extensions/extension_unpacker.cc index fee4b54..d63b7cf 100644 --- a/chrome/common/extensions/extension_unpacker.cc +++ b/chrome/common/extensions/extension_unpacker.cc @@ -14,7 +14,6 @@ #include "base/utf_string_conversions.h" #include "base/values.h" #include "net/base/file_stream.h" -#include "chrome/common/common_param_traits.h" #include "chrome/common/extensions/extension.h" #include "chrome/common/extensions/extension_constants.h" #include "chrome/common/extensions/extension_file_util.h" @@ -22,6 +21,7 @@ #include "chrome/common/json_value_serializer.h" #include "chrome/common/url_constants.h" #include "chrome/common/zip.h" +#include "content/common/common_param_traits.h" #include "ipc/ipc_message_utils.h" #include "third_party/skia/include/core/SkBitmap.h" #include "webkit/glue/image_decoder.h" |