error: chrome/renderer/pepper/ppb_pdf_impl.cc: does not exist in index
Failed to apply the patch
What should one do in this scenario?
Thanks
HiI am trying to reuse a CL by applying patch to a newly created branch to continue where I had left off.Looks like one of the files that was originally modified had been moved to a different directory.original file modified : chrome/renderer/pepper/ppb_pdf_impl.ccNew location: components/pdf/renderer/ppb_pdf_impl.ccgit cl exits with the following errorerror: chrome/renderer/pepper/ppb_pdf_impl.cc: does not exist in index
Failed to apply the patch
What should one do in this scenario?
Thanks
--
git cl patch -b Issue_152432 --reject 473193002
Switched to a new branch 'Issue_152432'
Loaded authentication cookies from /Users/arunoday/.codereview_upload_cookies
Checking patch chrome/renderer/pepper/ppb_pdf_impl.cc...
error: chrome/renderer/pepper/ppb_pdf_impl.cc: does not exist in index
Checking patch content/public/renderer/render_view.h...
Checking patch content/renderer/pepper/pepper_plugin_instance_impl.cc...
Hunk #1 succeeded at 1365 (offset 20 lines).
Hunk #2 succeeded at 1399 (offset 21 lines).
Checking patch content/renderer/render_frame_impl.cc...
Hunk #1 succeeded at 2568 (offset 137 lines).
Hunk #2 succeeded at 3760 (offset 155 lines).
Checking patch content/renderer/render_view_impl.cc...
Hunk #1 succeeded at 2474 (offset -100 lines).
Checking patch content/renderer/render_view_impl.h...
Hunk #1 succeeded at 480 (offset -1 lines).
Applied patch content/public/renderer/render_view.h cleanly.
Applied patch content/renderer/pepper/pepper_plugin_instance_impl.cc cleanly.
Applied patch content/renderer/render_frame_impl.cc cleanly.
Applied patch content/renderer/render_view_impl.cc cleanly.
Applied patch content/renderer/render_view_impl.h cleanly.
Failed to apply the patch
Thanks