| Index: tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp
|
| diff --git a/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp b/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp
|
| index 7c9b2f1104da989f57714e6d45015acc889f4988..68f7dded3be2f73f8f2930c5825572a6810c42db 100644
|
| --- a/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp
|
| +++ b/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp
|
| @@ -468,7 +468,7 @@ bool IsBlacklistedMethod(const clang::CXXMethodDecl& decl) {
|
| // from gen/, which is problematic, but DevTools folks don't want to rename
|
| // it or split this up. So don't rename it at all.
|
| if (name.equals("disable") &&
|
| - IsMethodOverrideOf(decl, "blink::InspectorAgent"))
|
| + IsMethodOverrideOf(decl, "blink::InspectorBaseAgent"))
|
| return true;
|
|
|
| return false;
|
|
|