| Index: content/browser/gpu/gpu_internals_ui.cc
|
| diff --git a/content/browser/gpu/gpu_internals_ui.cc b/content/browser/gpu/gpu_internals_ui.cc
|
| index edf020eaaf5db9e8be659d36f9d77d90101c16c0..cbc2472bd2467459c3b763492417950147ecef8c 100644
|
| --- a/content/browser/gpu/gpu_internals_ui.cc
|
| +++ b/content/browser/gpu/gpu_internals_ui.cc
|
| @@ -29,13 +29,7 @@
|
| #include "gpu/config/gpu_feature_type.h"
|
| #include "gpu/config/gpu_info.h"
|
| #include "grit/content_resources.h"
|
| -
|
| -
|
| -#if defined(ANGLE_DX11)
|
| #include "third_party/angle_dx11/src/common/version.h"
|
| -#else
|
| -#include "third_party/angle/src/common/version.h"
|
| -#endif
|
|
|
| namespace content {
|
| namespace {
|
|
|