| Index: content/browser/renderer_host/render_widget_host_mac.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_mac.cc b/content/browser/renderer_host/render_widget_host_mac.cc
|
| index 014caec8877b61a2ec924e411da95b01abeaebce..fa93807f746102e3d019b9026abf02c9e3bc61f2 100644
|
| --- a/content/browser/renderer_host/render_widget_host_mac.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_mac.cc
|
| @@ -1,10 +1,10 @@
|
| -// 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.
|
|
|
| #include "content/browser/renderer_host/render_widget_host.h"
|
| -#include "content/browser/renderer_host/render_widget_host_view.h"
|
| #include "content/common/gpu/gpu_messages.h"
|
| +#include "content/port/browser/render_widget_host_view_port.h"
|
|
|
| void RenderWidgetHost::OnMsgPluginFocusChanged(bool focused, int plugin_id) {
|
| if (view_)
|
|
|