| Index: tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc
|
| diff --git a/tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc b/tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc
|
| index 76064a6e30a0f1d9fb97ecb37b9d48128e2f0693..66ab42aba789bdddcd336bae28d2119b9844d0af 100644
|
| --- a/tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc
|
| +++ b/tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc
|
| @@ -9,9 +9,10 @@ int making_globals_great_again = 0;
|
|
|
| void RunTheThing(int chicken) {}
|
|
|
| -struct XmlHTTPRequest {
|
| +class XmlHTTPRequest {
|
| void SendSync();
|
|
|
| + static const bool kFoo = true;
|
| int ready_state_;
|
| };
|
|
|
|
|