| Index: webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h
 | 
| diff --git a/webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h b/webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h
 | 
| index 60d03146f8493505dfd2eb763564c79bde3722b7..12cf4e2f49d3b3f2d1f6d2d6a1a2d4a86a1d3ab4 100644
 | 
| --- a/webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h
 | 
| +++ b/webkit/plugins/npapi/test/plugin_npobject_lifetime_test.h
 | 
| @@ -1,12 +1,12 @@
 | 
| -// 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_NPOBJECT_LIFETIME_TEST_H__
 | 
| -#define WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_NPOBJECT_LIFETIME_TEST_H__
 | 
| +#ifndef WEBKIT_PLUGINS_NPAPI_TEST_PLUGIN_NPOBJECT_LIFETIME_TEST_H_
 | 
| +#define WEBKIT_PLUGINS_NPAPI_TEST_PLUGIN_NPOBJECT_LIFETIME_TEST_H_
 | 
|  
 | 
|  #include "build/build_config.h"
 | 
| -#include "webkit/glue/plugins/test/plugin_test.h"
 | 
| +#include "webkit/plugins/npapi/test/plugin_test.h"
 | 
|  
 | 
|  namespace NPAPIClient {
 | 
|  
 | 
| @@ -77,6 +77,6 @@ class NPObjectDeletePluginInNPN_Evaluate : public PluginTest {
 | 
|    DISALLOW_IMPLICIT_CONSTRUCTORS(NPObjectDeletePluginInNPN_Evaluate);
 | 
|  };
 | 
|  
 | 
| -} // namespace NPAPIClient
 | 
| +}  // namespace NPAPIClient
 | 
|  
 | 
| -#endif  // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_NPOBJECT_LIFETIME_TEST_H__
 | 
| +#endif  // WEBKIT_PLUGINS_NPAPI_TEST_PLUGIN_NPOBJECT_LIFETIME_TEST_H_
 | 
| 
 |