| Index: chrome/renderer/pepper_devices.cc
|
| ===================================================================
|
| --- chrome/renderer/pepper_devices.cc (revision 69426)
|
| +++ chrome/renderer/pepper_devices.cc (working copy)
|
| @@ -9,8 +9,8 @@
|
| #include "chrome/renderer/webplugin_delegate_pepper.h"
|
| #include "skia/ext/platform_canvas.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| -#include "webkit/glue/plugins/plugin_instance.h"
|
| -#include "webkit/glue/plugins/webplugin.h"
|
| +#include "webkit/plugins/npapi/plugin_instance.h"
|
| +#include "webkit/plugins/npapi/webplugin.h"
|
|
|
| namespace {
|
|
|
|
|