summaryrefslogtreecommitdiffstats
path: root/base/command_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/command_line.h')
-rw-r--r--base/command_line.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/command_line.h b/base/command_line.h
index 3b15e93..a932a05 100644
--- a/base/command_line.h
+++ b/base/command_line.h
@@ -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.