summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_proxy.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-31 04:32:30 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-31 04:32:30 +0000
commite612d764f473f54807cb24bedc1b147bb9672ca6 (patch)
tree361f7de9eb49f81e201b6eefafa6cc8d7061d575 /chrome/renderer/webplugin_delegate_proxy.h
parent711abaeaaec2bb552d9fe161200778f449fd2da0 (diff)
downloadchromium_src-e612d764f473f54807cb24bedc1b147bb9672ca6.zip
chromium_src-e612d764f473f54807cb24bedc1b147bb9672ca6.tar.gz
chromium_src-e612d764f473f54807cb24bedc1b147bb9672ca6.tar.bz2
Move plugin-related files in webkit/glue to webkit/glue/plugins to make them
easier to find. With a random subset of files in webkit/glue, it's impossible to predict where you should find a file. No code change TEST=none BUG=none Review URL: http://codereview.chromium.org/1559008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43177 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/webplugin_delegate_proxy.h')
-rw-r--r--chrome/renderer/webplugin_delegate_proxy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/renderer/webplugin_delegate_proxy.h b/chrome/renderer/webplugin_delegate_proxy.h
index 9ebf299..b7b73b8 100644
--- a/chrome/renderer/webplugin_delegate_proxy.h
+++ b/chrome/renderer/webplugin_delegate_proxy.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.
@@ -19,9 +19,9 @@
#include "gpu/command_buffer/common/command_buffer.h"
#include "ipc/ipc_message.h"
#include "skia/ext/platform_canvas.h"
-#include "webkit/glue/webplugin.h"
-#include "webkit/glue/webplugininfo.h"
-#include "webkit/glue/webplugin_delegate.h"
+#include "webkit/glue/plugins/webplugin.h"
+#include "webkit/glue/plugins/webplugininfo.h"
+#include "webkit/glue/plugins/webplugin_delegate.h"
#if defined(OS_MACOSX)
#include "base/hash_tables.h"