| Index: content/renderer/pepper/host_array_buffer_var.h
|
| ===================================================================
|
| --- content/renderer/pepper/host_array_buffer_var.h (revision 213482)
|
| +++ content/renderer/pepper/host_array_buffer_var.h (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef PPAPI_WEBKIT_PLUGINS_PPAPI_HOST_ARRAY_BUFFER_VAR_H_
|
| -#define PPAPI_WEBKIT_PLUGINS_PPAPI_HOST_ARRAY_BUFFER_VAR_H_
|
| +#ifndef PPAPI_CONTENT_RENDERER_PEPPER_HOST_ARRAY_BUFFER_VAR_H_
|
| +#define PPAPI_CONTENT_RENDERER_PEPPER_HOST_ARRAY_BUFFER_VAR_H_
|
|
|
| #include "base/memory/shared_memory.h"
|
| #include "ppapi/c/pp_instance.h"
|
| @@ -45,4 +45,4 @@
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|
| -#endif // PPAPI_WEBKIT_PLUGINS_PPAPI_HOST_ARRAY_BUFFER_VAR_H_
|
| +#endif // PPAPI_CONTENT_RENDERER_PEPPER_HOST_ARRAY_BUFFER_VAR_H_
|
|
|