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