| Index: sandbox/win/src/sandbox_types.h
|
| diff --git a/sandbox/win/src/sandbox_types.h b/sandbox/win/src/sandbox_types.h
|
| index ae36ef5c95f9c294dd8664c01c6de919321bee1d..7282fa53dcfbb68d7f6d3798353a05a0f1717036 100644
|
| --- a/sandbox/win/src/sandbox_types.h
|
| +++ b/sandbox/win/src/sandbox_types.h
|
| @@ -13,7 +13,8 @@ namespace sandbox {
|
| // Operation result codes returned by the sandbox API.
|
| //
|
| // Note: These codes are listed in a histogram and any new codes should be added
|
| -// at the end.
|
| +// at the end. If the underlying type is changed then the forward declaration in
|
| +// sandbox_init.h must be updated.
|
| //
|
| enum ResultCode : int {
|
| SBOX_ALL_OK = 0,
|
|
|