| Index: third_party/WebKit/Source/wtf/TriState.h
|
| diff --git a/third_party/WebKit/Source/wtf/TriState.h b/third_party/WebKit/Source/wtf/TriState.h
|
| index abac5f76ed2ab11696f76006e91d0ef6058a3e8b..ddcf30f6d5962baf1b74cd8c091c0256a00bbe81 100644
|
| --- a/third_party/WebKit/Source/wtf/TriState.h
|
| +++ b/third_party/WebKit/Source/wtf/TriState.h
|
| @@ -29,11 +29,10 @@
|
| namespace WTF {
|
|
|
| enum TriState {
|
| - FalseTriState,
|
| - TrueTriState,
|
| - MixedTriState
|
| + FalseTriState,
|
| + TrueTriState,
|
| + MixedTriState
|
| };
|
| -
|
| }
|
|
|
| using WTF::TriState;
|
| @@ -41,4 +40,4 @@ using WTF::FalseTriState;
|
| using WTF::TrueTriState;
|
| using WTF::MixedTriState;
|
|
|
| -#endif // TriState_h
|
| +#endif // TriState_h
|
|
|