vaapi: move vaapi* files to //media/gpu/vaapi/ folder
This CL moves the (remaining) vaapi related files from
//media/gpu to the existing//media/gpu/vaapi.
Fully automatic:
$ git mv media/gpu/vaapi_* media/gpu/vaapi/
$ git mv media/gpu/va_s* media/gpu/vaapi/
$ tools/git/mass-rename.p
TBR= [email protected], [email protected] for
the two first files that just get an include path udpate.
Bug: none
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Ia1dcbdef3695bae5879d0951fc78cf6dcef3325f
Reviewed-on: https://chromium-review.googlesource.com/801636
Commit-Queue: Miguel Casas <[email protected]>
Reviewed-by: Pawel Osciak <[email protected]>
Reviewed-by: Dale Curtis <[email protected]>
Cr-Commit-Position: refs/heads/master@{#521330}
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
index c170ebdf..96dc1274 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -95,7 +95,7 @@
#endif
#if BUILDFLAG(USE_VAAPI)
-#include "media/gpu/vaapi_wrapper.h"
+#include "media/gpu/vaapi/vaapi_wrapper.h"
#endif
namespace content {