diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-01 00:02:29 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-01 00:02:29 +0000 |
commit | 1f88b516c54bf39058785d16dacdb3b0c5262b04 (patch) | |
tree | 72ac70255b2b3c8be6260b1e45ae6b98d48ed103 /base/time.h | |
parent | 05100ec8f5b7926f990c6f61b04331fb4be4e99c (diff) | |
download | chromium_src-1f88b516c54bf39058785d16dacdb3b0c5262b04.zip chromium_src-1f88b516c54bf39058785d16dacdb3b0c5262b04.tar.gz chromium_src-1f88b516c54bf39058785d16dacdb3b0c5262b04.tar.bz2 |
Base: A few more changes to build base.dll
BUG=76996
TEST=none
Review URL: http://codereview.chromium.org/6784002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80104 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/time.h')
-rw-r--r-- | base/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/time.h b/base/time.h index a19a826..cc99faa 100644 --- a/base/time.h +++ b/base/time.h @@ -205,7 +205,7 @@ class BASE_API Time { // Represents an exploded time that can be formatted nicely. This is kind of // like the Win32 SYSTEMTIME structure or the Unix "struct tm" with a few // additions and changes to prevent errors. - struct Exploded { + struct BASE_API Exploded { int year; // Four digit year "2007" int month; // 1-based month (values 1 = January, etc.) int day_of_week; // 0-based day of week (0 = Sunday, etc.) |