| Index: webkit/glue/plugins/webplugin_print_delegate.cc | 
| diff --git a/webkit/plugins/npapi/webplugin_print_delegate.cc b/webkit/glue/plugins/webplugin_print_delegate.cc | 
| similarity index 80% | 
| rename from webkit/plugins/npapi/webplugin_print_delegate.cc | 
| rename to webkit/glue/plugins/webplugin_print_delegate.cc | 
| index a90170b55c98ce7532c00c8a7d36c55d59d81ddc..07bf9b85e39b425cdcfc094d87f7bc40c267af82 100644 | 
| --- a/webkit/plugins/npapi/webplugin_print_delegate.cc | 
| +++ b/webkit/glue/plugins/webplugin_print_delegate.cc | 
| @@ -2,10 +2,9 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#include "webkit/plugins/npapi/webplugin_print_delegate.h" | 
| +#include "webkit/glue/plugins/webplugin_print_delegate.h" | 
|  | 
| -namespace webkit { | 
| -namespace npapi { | 
| +namespace webkit_glue { | 
|  | 
| bool WebPluginPrintDelegate::PrintSupportsPrintExtension() { | 
| return false; | 
| @@ -24,5 +23,4 @@ bool WebPluginPrintDelegate::PrintPage(int page_number, | 
| void WebPluginPrintDelegate::PrintEnd() { | 
| } | 
|  | 
| -}  // namespace npapi | 
| -}  // namespace webkit | 
| +}  // namespace webkit_glue | 
|  |