summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/plugin_channel_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin/plugin_channel_base.h')
-rw-r--r--chrome/plugin/plugin_channel_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_channel_base.h b/chrome/plugin/plugin_channel_base.h
index d1a1a1c..c8d5e84 100644
--- a/chrome/plugin/plugin_channel_base.h
+++ b/chrome/plugin/plugin_channel_base.h
@@ -15,9 +15,9 @@
#include "base/scoped_ptr.h"
#include "chrome/common/message_router.h"
#include "chrome/plugin/npobject_base.h"
-#include "gfx/native_widget_types.h"
#include "ipc/ipc_channel_handle.h"
#include "ipc/ipc_sync_channel.h"
+#include "ui/gfx/native_widget_types.h"
// Encapsulates an IPC channel between a renderer and a plugin process.
class PluginChannelBase : public IPC::Channel::Listener,