| Index: chrome/browser/webui/plugins_ui.h
|
| diff --git a/chrome/browser/dom_ui/plugins_ui.h b/chrome/browser/webui/plugins_ui.h
|
| similarity index 79%
|
| rename from chrome/browser/dom_ui/plugins_ui.h
|
| rename to chrome/browser/webui/plugins_ui.h
|
| index 787ef53af2898f9a6c89d63bb17d44e9b4a04996..2577df77fa295f9ecd436fba74e9837882eccad2 100644
|
| --- a/chrome/browser/dom_ui/plugins_ui.h
|
| +++ b/chrome/browser/webui/plugins_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_PLUGINS_UI_H_
|
| -#define CHROME_BROWSER_DOM_UI_PLUGINS_UI_H_
|
| +#ifndef CHROME_BROWSER_WEBUI_PLUGINS_UI_H_
|
| +#define CHROME_BROWSER_WEBUI_PLUGINS_UI_H_
|
| #pragma once
|
|
|
| #include "chrome/browser/webui/web_ui.h"
|
| @@ -22,4 +22,4 @@ class PluginsUI : public WebUI {
|
| DISALLOW_COPY_AND_ASSIGN(PluginsUI);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_DOM_UI_PLUGINS_UI_H_
|
| +#endif // CHROME_BROWSER_WEBUI_PLUGINS_UI_H_
|
|
|