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..72a10862fb218df5c2b0682c2d4e6dfb15f96221 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() { |
+ blink::TestFunctionThatTakesTwoInts(1, 2); |
+} |