Chromium Code Reviews| Index: base/command_line.h |
| =================================================================== |
| --- base/command_line.h (revision 95578) |
| +++ base/command_line.h (working copy) |
| @@ -21,12 +21,12 @@ |
| #include <string> |
| #include <vector> |
| -#include "base/base_api.h" |
| +#include "base/base_export.h" |
| #include "build/build_config.h" |
| class FilePath; |
| -class BASE_API CommandLine { |
| +class BASE_EXPORT CommandLine { |
| public: |
| #if defined(OS_WIN) |
| // The native command line string type. |