| Index: webkit/plugins/npapi/test/plugin_get_javascript_url_test.h
 | 
| diff --git a/webkit/plugins/npapi/test/plugin_get_javascript_url_test.h b/webkit/plugins/npapi/test/plugin_get_javascript_url_test.h
 | 
| index 5c2540d80e28e405e5e2035fcaa6148ec183ce4a..9aab3f902a5be17331c828d73acbdc1860708d3b 100644
 | 
| --- a/webkit/plugins/npapi/test/plugin_get_javascript_url_test.h
 | 
| +++ b/webkit/plugins/npapi/test/plugin_get_javascript_url_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_URL_H
 | 
| -#define WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL_H
 | 
| +#ifndef WEBKIT_PLUGINS_NPAPI_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL_H_
 | 
| +#define WEBKIT_PLUGINS_NPAPI_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL_H_
 | 
|  
 | 
| -#include "webkit/glue/plugins/test/plugin_test.h"
 | 
| +#include "webkit/plugins/npapi/test/plugin_test.h"
 | 
|  
 | 
|  namespace NPAPIClient {
 | 
|  
 | 
| @@ -42,6 +42,6 @@ class ExecuteGetJavascriptUrlTest : public PluginTest {
 | 
|  #endif
 | 
|  };
 | 
|  
 | 
| -} // namespace NPAPIClient
 | 
| +}  // namespace NPAPIClient
 | 
|  
 | 
| -#endif  // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL_H
 | 
| +#endif  // WEBKIT_PLUGINS_NPAPI_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL_H_
 | 
| 
 |