[dawn][test] Fix include to not directly use generated header.

- Needed for google3 roll because the autogen files are all
  private headers and we should be using the non-autogen one that
  includes the private ones instead.

Change-Id: I81eec8e0fd517e848d0dfac6d7a25c59b8d3da62
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/240134
Commit-Queue: Peter McNeeley <petermcneeley@google.com>
Reviewed-by: Peter McNeeley <petermcneeley@google.com>
Commit-Queue: Loko Kung <lokokung@google.com>
Auto-Submit: Loko Kung <lokokung@google.com>
diff --git a/src/dawn/tests/end2end/SupportedFeatureArch.cpp b/src/dawn/tests/end2end/SupportedFeatureArch.cpp
index 00773b0..fde727b 100644
--- a/src/dawn/tests/end2end/SupportedFeatureArch.cpp
+++ b/src/dawn/tests/end2end/SupportedFeatureArch.cpp
@@ -27,7 +27,7 @@
 
 #include <vector>
 
-#include "dawn/common/GPUInfo_autogen.h"
+#include "dawn/common/GPUInfo.h"
 #include "dawn/tests/DawnTest.h"
 
 namespace dawn {