| Index: tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc
|
| diff --git a/tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc b/tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc
|
| index 4cbdc0e1fd0d64606877222761ba1bf93dbc46af..327d3b1ef371edafe2eb9dc7e9c4ee6c691a9efe 100644
|
| --- a/tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc
|
| +++ b/tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc
|
| @@ -173,6 +173,10 @@ class BitVector {
|
| class Baz {};
|
| class FooBar {};
|
|
|
| + // Should be renamed to GetReadyState, because of
|
| + // ShouldPrefixFunctionName heuristic.
|
| + int GetReadyState() { return 123; }
|
| +
|
| template <typename T>
|
| class MyRefPtr {};
|
|
|
|
|