| Index: base/file_path.h
|
| ===================================================================
|
| --- base/file_path.h (revision 95578)
|
| +++ base/file_path.h (working copy)
|
| @@ -104,7 +104,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/base_api.h"
|
| +#include "base/base_export.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/hash_tables.h"
|
| #include "base/string16.h"
|
| @@ -124,7 +124,7 @@
|
|
|
| // An abstraction to isolate users from the differences between native
|
| // pathnames on different platforms.
|
| -class BASE_API FilePath {
|
| +class BASE_EXPORT FilePath {
|
| public:
|
| #if defined(OS_POSIX)
|
| // On most platforms, native pathnames are char arrays, and the encoding
|
|
|