| Index: content/renderer/pepper/ppapi_plugin_instance_unittest.cc
|
| ===================================================================
|
| --- content/renderer/pepper/ppapi_plugin_instance_unittest.cc (revision 213482)
|
| +++ content/renderer/pepper/ppapi_plugin_instance_unittest.cc (working copy)
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/plugins/ppapi/ppapi_plugin_instance_impl.h"
|
| +#include "content/renderer/pepper/ppapi_plugin_instance_impl.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "content/renderer/pepper/plugin_delegate.h"
|
| +#include "content/renderer/pepper/ppapi_unittest.h"
|
| +#include "content/renderer/pepper/ppb_image_data_impl.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/safe_integer_conversions.h"
|
| -#include "webkit/plugins/ppapi/plugin_delegate.h"
|
| -#include "webkit/plugins/ppapi/ppapi_unittest.h"
|
| -#include "webkit/plugins/ppapi/ppb_image_data_impl.h"
|
|
|
| namespace webkit {
|
| namespace ppapi {
|
|
|