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 f770362855c353fb14b5ca55373c9718ee1cc6dc..a302bcfcc08b11bd8a48772545d955b96a704462 100644 |
--- a/tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc |
+++ b/tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc |
@@ -172,6 +172,10 @@ class BitVector { |
class Baz {}; |
class FooBar {}; |
+ // Should be renamed to GetReadyState, because of |
+ // IsMethodNameLikelyToConflictWithTypeName heuristic. |
+ int GetReadyState() { return 123; } |
+ |
template <typename T> |
class MyRefPtr {}; |