| Index: content/renderer/webplugin_delegate_proxy.h
|
| diff --git a/content/renderer/webplugin_delegate_proxy.h b/content/renderer/webplugin_delegate_proxy.h
|
| index f495b89b20bbd416fbbf0289483d18699ee10ed4..ddfebcc88fc70ca155da489be075aa370e34dfe6 100644
|
| --- a/content/renderer/webplugin_delegate_proxy.h
|
| +++ b/content/renderer/webplugin_delegate_proxy.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/ref_counted.h"
|
| #include "base/scoped_ptr.h"
|
| #include "base/weak_ptr.h"
|
| @@ -18,6 +17,7 @@
|
| #include "ipc/ipc_message.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/rect.h"
|
| +#include "ui/gfx/surface/transport_dib.h"
|
| #include "webkit/plugins/npapi/webplugininfo.h"
|
| #include "webkit/plugins/npapi/webplugin_delegate.h"
|
|
|
|
|