diff options
Diffstat (limited to 'gpu/angle_unittest_main.cc')
-rw-r--r-- | gpu/angle_unittest_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/angle_unittest_main.cc b/gpu/angle_unittest_main.cc index fe63d67..67e91ed 100644 --- a/gpu/angle_unittest_main.cc +++ b/gpu/angle_unittest_main.cc @@ -6,7 +6,7 @@ #include "base/command_line.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/angle_dx11/include/GLSLANG/ShaderLang.h" +#include "third_party/angle/include/GLSLANG/ShaderLang.h" int main(int argc, char** argv) { // On Android, AtExitManager is created in |