| Index: content/renderer/pepper/mock_platform_image_2d.h
|
| ===================================================================
|
| --- content/renderer/pepper/mock_platform_image_2d.h (revision 213482)
|
| +++ content/renderer/pepper/mock_platform_image_2d.h (working copy)
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_PLUGINS_PPAPI_MOCK_PLATFORM_IMAGE_2D_H_
|
| -#define WEBKIT_PLUGINS_PPAPI_MOCK_PLATFORM_IMAGE_2D_H_
|
| +#ifndef CONTENT_RENDERER_PEPPER_MOCK_PLATFORM_IMAGE_2D_H_
|
| +#define CONTENT_RENDERER_PEPPER_MOCK_PLATFORM_IMAGE_2D_H_
|
|
|
| -#include "webkit/plugins/ppapi/plugin_delegate.h"
|
| +#include "content/renderer/pepper/plugin_delegate.h"
|
| #include "skia/ext/platform_canvas.h"
|
|
|
| namespace webkit {
|
| @@ -29,4 +29,4 @@
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|
| -#endif // WEBKIT_PLUGINS_PPAPI_MOCK_PLATFORM_IMAGE_2D_H_
|
| +#endif // CONTENT_RENDERER_PEPPER_MOCK_PLATFORM_IMAGE_2D_H_
|
|
|