| Index: components/printing/renderer/print_web_view_helper.h
|
| diff --git a/chrome/renderer/printing/print_web_view_helper.h b/components/printing/renderer/print_web_view_helper.h
|
| similarity index 98%
|
| rename from chrome/renderer/printing/print_web_view_helper.h
|
| rename to components/printing/renderer/print_web_view_helper.h
|
| index 0b71906c4140cc8f0efa584bf6d7734f661a89ca..3e8e573b6dd28c02c01392c8767ca5cf2df837d9 100644
|
| --- a/chrome/renderer/printing/print_web_view_helper.h
|
| +++ b/components/printing/renderer/print_web_view_helper.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 CHROME_RENDERER_PRINTING_PRINT_WEB_VIEW_HELPER_H_
|
| -#define CHROME_RENDERER_PRINTING_PRINT_WEB_VIEW_HELPER_H_
|
| +#ifndef COMPONENTS_PRINTING_RENDERER_PRINT_WEB_VIEW_HELPER_H_
|
| +#define COMPONENTS_PRINTING_RENDERER_PRINT_WEB_VIEW_HELPER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -496,4 +496,4 @@ class PrintWebViewHelper
|
|
|
| } // namespace printing
|
|
|
| -#endif // CHROME_RENDERER_PRINTING_PRINT_WEB_VIEW_HELPER_H_
|
| +#endif // COMPONENTS_PRINTING_RENDERER_PRINT_WEB_VIEW_HELPER_H_
|
|
|