| Index: chrome/browser/webui/gpu_internals_ui.h
|
| diff --git a/chrome/browser/dom_ui/gpu_internals_ui.h b/chrome/browser/webui/gpu_internals_ui.h
|
| similarity index 71%
|
| rename from chrome/browser/dom_ui/gpu_internals_ui.h
|
| rename to chrome/browser/webui/gpu_internals_ui.h
|
| index 193082787a268c60be238e2951968e4d31b2b851..f5884832cbeb04623845e4c203deb22c18b654fa 100644
|
| --- a/chrome/browser/dom_ui/gpu_internals_ui.h
|
| +++ b/chrome/browser/webui/gpu_internals_ui.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_DOM_UI_GPU_INTERNALS_UI_H_
|
| -#define CHROME_BROWSER_DOM_UI_GPU_INTERNALS_UI_H_
|
| +#ifndef CHROME_BROWSER_WEBUI_GPU_INTERNALS_UI_H_
|
| +#define CHROME_BROWSER_WEBUI_GPU_INTERNALS_UI_H_
|
| #pragma once
|
|
|
| #include "chrome/browser/dom_ui/web_ui.h"
|
| @@ -16,5 +16,5 @@ class GpuInternalsUI : public WebUI {
|
| DISALLOW_COPY_AND_ASSIGN(GpuInternalsUI);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_DOM_UI_GPU_INTERNALS_UI_H_
|
| +#endif // CHROME_BROWSER_WEBUI_GPU_INTERNALS_UI_H_
|
|
|
|
|