| 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 e2d1140a6b250d17c7e580ce5d1c95e0463cde6c..6f589c846bfce2a5e5d5208f86ae8b05f4a6bf84 100644
|
| --- a/content/browser/gpu/gpu_internals_ui.cc
|
| +++ b/content/browser/gpu/gpu_internals_ui.cc
|
| @@ -43,7 +43,7 @@ struct GpuFeatureInfo {
|
| };
|
|
|
| WebUIDataSource* CreateGpuHTMLSource() {
|
| - WebUIDataSource* source = WebUIDataSource::Create(chrome::kChromeUIGpuHost);
|
| + WebUIDataSource* source = WebUIDataSource::Create(kChromeUIGpuHost);
|
|
|
| source->SetJsonPath("strings.js");
|
| source->AddResourcePath("gpu_internals.js", IDR_GPU_INTERNALS_JS);
|
|
|