Chromium Code Reviews| Index: snapshot/system_snapshot.h |
| diff --git a/snapshot/system_snapshot.h b/snapshot/system_snapshot.h |
| index 7a41227c84a0405ee0d2699a8f4f2a3038fe9301..82f5d4806d6827f367b06eba62cba43e2282bf9d 100644 |
| --- a/snapshot/system_snapshot.h |
| +++ b/snapshot/system_snapshot.h |
| @@ -38,6 +38,9 @@ class SystemSnapshot { |
| //! \brief Mac OS X. |
| kOperatingSystemMacOSX, |
| + |
| + //! \brief Windows. |
| + kOperatingSystemWindows, |
| }; |
| //! \brief A system’s daylight saving time status. |