| Index: chrome/common/render_messages_params.h
|
| diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h
|
| index c5337c6a94dfe2e8054f99f421e52a478aecdee8..6a5d8642d79fadd73b43b54d5fbaad478fa5cc3c 100644
|
| --- a/chrome/common/render_messages_params.h
|
| +++ b/chrome/common/render_messages_params.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.
|
|
|
| @@ -9,7 +9,6 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "app/surface/transport_dib.h"
|
| #include "base/file_path.h"
|
| #include "base/ref_counted.h"
|
| #include "base/shared_memory.h"
|
| @@ -28,6 +27,7 @@
|
| #include "net/base/host_port_pair.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/size.h"
|
| +#include "ui/gfx/surface/transport_dib.h"
|
| #include "webkit/glue/password_form.h"
|
| #include "webkit/glue/webaccessibility.h"
|
| #include "webkit/plugins/npapi/webplugin.h"
|
|
|