| Index: webkit/plugins/npapi/test/plugin_get_javascript_url2_test.h
|
| diff --git a/webkit/plugins/npapi/test/plugin_get_javascript_url2_test.h b/webkit/plugins/npapi/test/plugin_get_javascript_url2_test.h
|
| index 557da76da8b1995a1476c1b208ea4fb4e60cae4b..b5c398e40b6b68a8cdb99017e74dde63aab34b2f 100644
|
| --- a/webkit/plugins/npapi/test/plugin_get_javascript_url2_test.h
|
| +++ b/webkit/plugins/npapi/test/plugin_get_javascript_url2_test.h
|
| @@ -1,11 +1,11 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL2_H
|
| -#define WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL2_H
|
| +#ifndef WEBKIT_PLUGINS_NPAPI_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL2_H_
|
| +#define WEBKIT_PLUGINS_NPAPI_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL2_H_
|
|
|
| -#include "webkit/glue/plugins/test/plugin_test.h"
|
| +#include "webkit/plugins/npapi/test/plugin_test.h"
|
|
|
| namespace NPAPIClient {
|
|
|
| @@ -33,6 +33,6 @@ class ExecuteGetJavascriptUrl2Test : public PluginTest {
|
| std::string self_url_;
|
| };
|
|
|
| -} // namespace NPAPIClient
|
| +} // namespace NPAPIClient
|
|
|
| -#endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL2_H
|
| +#endif // WEBKIT_PLUGINS_NPAPI_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL2_H_
|
|
|