| Index: content/test/plugin/npapi_constants.h
|
| ===================================================================
|
| --- content/test/plugin/npapi_constants.h (revision 0)
|
| +++ content/test/plugin/npapi_constants.h (working copy)
|
| @@ -4,8 +4,8 @@
|
|
|
| // Constants for the NPAPI test
|
|
|
| -#ifndef WEBKIT_PLUGINS_NPAPI_TEST_NPAPI_CONSTANTS_H_
|
| -#define WEBKIT_PLUGINS_NPAPI_TEST_NPAPI_CONSTANTS_H_
|
| +#ifndef CONTENT_TEST_PLUGIN_NPAPI_CONSTANTS_H_
|
| +#define CONTENT_TEST_PLUGIN_NPAPI_CONSTANTS_H_
|
|
|
| namespace NPAPIClient {
|
|
|
| @@ -19,4 +19,4 @@
|
|
|
| } // namespace NPAPIClient
|
|
|
| -#endif // WEBKIT_PLUGINS_NPAPI_TEST_NPAPI_CONSTANTS_H_
|
| +#endif // CONTENT_TEST_PLUGIN_NPAPI_CONSTANTS_H_
|
|
|