Index: android_webview/renderer/print_web_view_helper.h |
diff --git a/chrome/renderer/printing/print_web_view_helper.h b/android_webview/renderer/print_web_view_helper.h |
similarity index 98% |
copy from chrome/renderer/printing/print_web_view_helper.h |
copy to android_webview/renderer/print_web_view_helper.h |
index 70fb801d8944d479bb06324cf7dabb21630c4bc8..e980b6590902c91a875afd8838e6eebd47c47e90 100644 |
--- a/chrome/renderer/printing/print_web_view_helper.h |
+++ b/android_webview/renderer/print_web_view_helper.h |
@@ -1,9 +1,11 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2013 The Chromium Authors. All rights reserved. |
// 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_ |
+// TODO(sgurun) copied from chrome/renderer. Remove after crbug.com/322276 |
+ |
+#ifndef AW_RENDERER_PRINT_WEB_VIEW_HELPER_H_ |
+#define AW_RENDERER_PRINT_WEB_VIEW_HELPER_H_ |
#include <vector> |
@@ -486,4 +488,4 @@ class PrintWebViewHelper |
} // namespace printing |
-#endif // CHROME_RENDERER_PRINTING_PRINT_WEB_VIEW_HELPER_H_ |
+#endif // AW_RENDERER_PRINT_WEB_VIEW_HELPER_H_ |