| 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 f144adc45d02b52059541420eb40cbd3c5d76e8d..a5e3d64b97336a5c1cf211dc73e4b7b1a2964277 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>
|
|
|
| @@ -472,4 +472,4 @@ class PrintWebViewHelper
|
|
|
| } // namespace printing
|
|
|
| -#endif // CHROME_RENDERER_PRINTING_PRINT_WEB_VIEW_HELPER_H_
|
| +#endif // COMPONENTS_PRINTING_RENDERER_PRINT_WEB_VIEW_HELPER_H_
|
|
|