| Index: components/ui_devtools/switches.h
|
| diff --git a/components/ui_devtools/switches.h b/components/ui_devtools/switches.h
|
| index d0bb5777782b04024718daeb778ac1f45eb740d9..4d96c9ca0b67039b96346ccb2288fde7947dffd0 100644
|
| --- a/components/ui_devtools/switches.h
|
| +++ b/components/ui_devtools/switches.h
|
| @@ -7,12 +7,10 @@
|
|
|
| #include "components/ui_devtools/devtools_export.h"
|
|
|
| -namespace ui {
|
| -namespace devtools {
|
| +namespace ui_devtools {
|
|
|
| extern UI_DEVTOOLS_EXPORT const char kEnableUiDevTools[];
|
|
|
| -} // namespace devtools
|
| -} // namespace ui
|
| +} // namespace ui_devtools
|
|
|
| #endif // COMPONENTS_UI_DEVTOOLS_SWITCHES_H_
|
|
|