diff options
Diffstat (limited to 'chrome/browser/plugin_process_host.h')
-rw-r--r-- | chrome/browser/plugin_process_host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h index 4c40cbc..a98c090 100644 --- a/chrome/browser/plugin_process_host.h +++ b/chrome/browser/plugin_process_host.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -20,7 +20,7 @@ #include "chrome/browser/renderer_host/resource_message_filter.h" #include "gfx/native_widget_types.h" #include "ipc/ipc_channel_handle.h" -#include "webkit/glue/webplugininfo.h" +#include "webkit/glue/plugins/webplugininfo.h" class URLRequestContext; struct ViewHostMsg_Resource_Request; |