| Index: ui/base/ui_base_paths.h
|
| diff --git a/ui/base/ui_base_paths.h b/ui/base/ui_base_paths.h
|
| index 2b61723493aeaf9b1f9c8803005261e2a8e42686..cd2c2301d47734a84ee1192a3a6f663fc3d9c7d1 100644
|
| --- a/ui/base/ui_base_paths.h
|
| +++ b/ui/base/ui_base_paths.h
|
| @@ -6,7 +6,7 @@
|
| #define UI_BASE_UI_BASE_PATHS_H_
|
|
|
| #include "build/build_config.h"
|
| -#include "ui/base/ui_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
|
|
| // This file declares path keys for the app module. These can be used with
|
| // the PathService to access various special directories and files.
|
| @@ -29,7 +29,7 @@ enum {
|
| };
|
|
|
| // Call once to register the provider for the path keys defined above.
|
| -UI_EXPORT void RegisterPathProvider();
|
| +UI_BASE_EXPORT void RegisterPathProvider();
|
|
|
| } // namespace ui
|
|
|
|
|