Index: tools/clang/rewrite_to_chrome_style/tests/methods-original.cc |
diff --git a/tools/clang/rewrite_to_chrome_style/tests/methods-original.cc b/tools/clang/rewrite_to_chrome_style/tests/methods-original.cc |
index 28020337bb25359f3d6a8622660954de551b975d..3e85018cb57b95dcb1d21b8a8985323ef7f412f6 100644 |
--- a/tools/clang/rewrite_to_chrome_style/tests/methods-original.cc |
+++ b/tools/clang/rewrite_to_chrome_style/tests/methods-original.cc |
@@ -58,7 +58,8 @@ class Task { |
my_iterator end() {} |
my_iterator rbegin() {} |
MyIterator rend() {} |
- // The trace() method is used by Oilpan, we shouldn't rename it. |
+ // The trace() method is used by Oilpan, but we plan to tweak the Oilpan's |
+ // clang plugin, so that it recognizes the new method name. |
void trace() {} |
// These are used by std::unique_lock and std::lock_guard. |
void lock() {} |