| Index: webkit/plugins/npapi/webplugin_print_delegate.cc
|
| ===================================================================
|
| --- webkit/plugins/npapi/webplugin_print_delegate.cc (revision 0)
|
| +++ webkit/plugins/npapi/webplugin_print_delegate.cc (working copy)
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/glue/plugins/webplugin_print_delegate.h"
|
| +#include "webkit/plugins/npapi/webplugin_print_delegate.h"
|
|
|
| -namespace webkit_glue {
|
| +namespace webkit {
|
| +namespace npapi {
|
|
|
| bool WebPluginPrintDelegate::PrintSupportsPrintExtension() {
|
| return false;
|
| @@ -23,4 +24,5 @@
|
| void WebPluginPrintDelegate::PrintEnd() {
|
| }
|
|
|
| -} // namespace webkit_glue
|
| +} // namespace npapi
|
| +} // namespace webkit
|
|
|