Chromium Code Reviews| Index: tools/clang/rewrite_to_chrome_style/tests/functions-expected.cc |
| diff --git a/tools/clang/rewrite_to_chrome_style/tests/functions-expected.cc b/tools/clang/rewrite_to_chrome_style/tests/functions-expected.cc |
| index b49a21e0e6e082ccc7952290ca09713504e6b6db..f5042ecfe6dc70ba791ba4a17eb562014cb8b7bd 100644 |
| --- a/tools/clang/rewrite_to_chrome_style/tests/functions-expected.cc |
| +++ b/tools/clang/rewrite_to_chrome_style/tests/functions-expected.cc |
| @@ -22,3 +22,7 @@ void F() { |
| } |
| } // namespace blink |
| + |
| +void G() { |
| + TestFunctionThatTakesTwoInts::TestFunctionThatTakesTwoInts(1, 2); |
|
danakj
2016/01/06 22:09:40
this did the wrong thing? why not blink::TestFunct
dcheng
2016/01/08 01:41:11
So it turns out that a CallExpr wraps a callee exp
|
| +} |