| Index: webkit/glue/plugins/test/plugin_test_factory.h
 | 
| diff --git a/webkit/plugins/npapi/test/plugin_test_factory.h b/webkit/glue/plugins/test/plugin_test_factory.h
 | 
| similarity index 73%
 | 
| rename from webkit/plugins/npapi/test/plugin_test_factory.h
 | 
| rename to webkit/glue/plugins/test/plugin_test_factory.h
 | 
| index f1ed661fa4fa0304499b4cb864fe4c9b039bde7a..3fd38d549e0f626a067e9f9b50d22108e07841ce 100644
 | 
| --- a/webkit/plugins/npapi/test/plugin_test_factory.h
 | 
| +++ b/webkit/glue/plugins/test/plugin_test_factory.h
 | 
| @@ -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 WEBKIT_PLUGINS_NPAPI_TEST_PLUGIN_TEST_FACTROY_H__
 | 
| -#define WEBKIT_PLUGINS_NPAPI_TEST_PLUGIN_TEST_FACTROY_H__
 | 
| +#ifndef WEBKIT_PORT_PLUGINS_TEST_PLUGIN_TEST_FACTROY_H__
 | 
| +#define WEBKIT_PORT_PLUGINS_TEST_PLUGIN_TEST_FACTROY_H__
 | 
|  
 | 
|  #include <string>
 | 
|  
 | 
| @@ -19,4 +19,4 @@ extern PluginTest* CreatePluginTest(const std::string& test_name,
 | 
|  
 | 
|  }  // namespace NPAPIClient
 | 
|  
 | 
| -#endif  // WEBKIT_PLUGINS_NPAPI_TEST_PLUGIN_TEST_FACTROY_H__
 | 
| +#endif  // WEBKIT_PORT_PLUGINS_TEST_PLUGIN_TEST_FACTROY_H__
 | 
| 
 |