| Index: content/renderer/webplugin_delegate_proxy.h
|
| diff --git a/content/renderer/webplugin_delegate_proxy.h b/content/renderer/webplugin_delegate_proxy.h
|
| index 9d76001838cf964ad239502ce637c93e5e21e74d..2fb046f98f0cc5f31f90eb62e7b6697881282760 100644
|
| --- a/content/renderer/webplugin_delegate_proxy.h
|
| +++ b/content/renderer/webplugin_delegate_proxy.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -18,7 +18,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 "ui/surface/transport_dib.h"
|
| #include "webkit/plugins/npapi/webplugin_delegate.h"
|
| #include "webkit/plugins/webplugininfo.h"
|
|
|
|
|