| Index: chrome/common/resource_dispatcher.cc
|
| diff --git a/chrome/common/resource_dispatcher.cc b/chrome/common/resource_dispatcher.cc
|
| index 6e672dddcf140e90437b8713638bfeb3fb82d8f4..a8993edf627ec33d4c46155d9e555187a99bc9c0 100644
|
| --- a/chrome/common/resource_dispatcher.cc
|
| +++ b/chrome/common/resource_dispatcher.cc
|
| @@ -14,9 +14,11 @@
|
| #include "base/string_util.h"
|
| #include "chrome/common/extensions/extension_localization_peer.h"
|
| #include "chrome/common/render_messages.h"
|
| +#include "chrome/common/render_messages_params.h"
|
| #include "chrome/common/security_filter_peer.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/base/net_util.h"
|
| +#include "net/base/upload_data.h"
|
| #include "net/http/http_response_headers.h"
|
| #include "webkit/glue/resource_type.h"
|
| #include "webkit/glue/webkit_glue.h"
|
|
|