[go: nahoru, domu]

Rename BASE_API to BASE_EXPORT.

R=rvargas
Review URL: http://codereview.chromium.org/7461141

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95618 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/version.h b/base/version.h
index b61cbb55..2ea4101 100644
--- a/base/version.h
+++ b/base/version.h
@@ -9,13 +9,13 @@
 #include <string>
 #include <vector>
 
-#include "base/base_api.h"
+#include "base/base_export.h"
 #include "base/basictypes.h"
 #include "base/gtest_prod_util.h"
 
 // Version represents a dotted version number, like "1.2.3.4", supporting
 // parsing and comparison.
-class BASE_API Version {
+class BASE_EXPORT Version {
  public:
   // The only thing you can legally do to a default constructed
   // Version object is assign to it.