| Index: webkit/plugins/ppapi/mock_resource.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/mock_resource.h (revision 0)
|
| +++ webkit/plugins/ppapi/mock_resource.h (working copy)
|
| @@ -2,12 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_GLUE_PLUGINS_MOCK_RESOURCE_H_
|
| -#define WEBKIT_GLUE_PLUGINS_MOCK_RESOURCE_H_
|
| +#ifndef WEBKIT_PLUGINS_PPAPI_MOCK_RESOURCE_H_
|
| +#define WEBKIT_PLUGINS_PPAPI_MOCK_RESOURCE_H_
|
|
|
| -#include "webkit/glue/plugins/pepper_resource.h"
|
| +#include "webkit/plugins/ppapi/resource.h"
|
|
|
| -namespace pepper {
|
| +namespace webkit {
|
| +namespace plugins {
|
| +namespace ppapi {
|
|
|
| // Tests can derive from this to implement special test-specific resources.
|
| // It's assumed that a test will only need one mock resource, so it can
|
| @@ -20,6 +22,8 @@
|
| virtual MockResource* AsMockResource() { return this; }
|
| };
|
|
|
| -} // namespace pepper
|
| +} // namespace ppapi
|
| +} // namespace plugins
|
| +} // namespace webkit
|
|
|
| -#endif // WEBKIT_GLUE_PLUGINS_MOCK_RESOURCE_H_
|
| +#endif // WEBKIT_PLUGINS_PPAPI_MOCK_RESOURCE_H_
|
|
|