| Index: content/common/content_paths.h
|
| diff --git a/content/common/content_paths.h b/content/common/content_paths.h
|
| index cdf07a7f521962eb77c87f89cb9c20ab2fb8e734..b2f4cce88b8ea2ad77891e6f3da6cc59ab1b6637 100644
|
| --- a/content/common/content_paths.h
|
| +++ b/content/common/content_paths.h
|
| @@ -6,6 +6,8 @@
|
| #define CONTENT_COMMON_CONTENT_PATHS_H_
|
| #pragma once
|
|
|
| +#include "content/common/content_export.h"
|
| +
|
| // This file declares path keys for the content module. These can be used with
|
| // the PathService to access various special directories and files.
|
|
|
| @@ -24,7 +26,7 @@ enum {
|
| };
|
|
|
| // Call once to register the provider for the path keys defined above.
|
| -void RegisterPathProvider();
|
| +CONTENT_EXPORT void RegisterPathProvider();
|
|
|
| } // namespace content
|
|
|
|
|