Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: components/printing/renderer/print_web_view_helper.h

Issue 811563008: Moving files from //chrome to //components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win 64 warnings, components owners Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698