| Index: ui/base/ui_base_paths.h
|
| diff --git a/ui/base/ui_base_paths.h b/ui/base/ui_base_paths.h
|
| index cf5e0041e6f8740f7f0083c6a3a6968674d8efda..0b5f1ecd943b4ed0c8dc7daeb4a5e3675d74069d 100644
|
| --- a/ui/base/ui_base_paths.h
|
| +++ b/ui/base/ui_base_paths.h
|
| @@ -30,7 +30,8 @@ enum {
|
| PATH_END
|
| };
|
|
|
| -// Call once to register the provider for the path keys defined above.
|
| +// Call to register the provider for the path keys defined above. It is safe to
|
| +// call this multiple times.
|
| UI_BASE_EXPORT void RegisterPathProvider();
|
|
|
| } // namespace ui
|
|
|