| Index: tools/clang/plugins/ChromeClassTester.h
|
| diff --git a/tools/clang/plugins/ChromeClassTester.h b/tools/clang/plugins/ChromeClassTester.h
|
| index 03bc2bdd7e41a8f8edc8a5eedf51acfece82b5f2..3091000fbac03ff4b6dce020243f98c75a045cb6 100644
|
| --- a/tools/clang/plugins/ChromeClassTester.h
|
| +++ b/tools/clang/plugins/ChromeClassTester.h
|
| @@ -52,7 +52,8 @@ class ChromeClassTester {
|
| // it doesn't make sense to enforce Chrome's custom diagnostics.
|
| kThirdParty,
|
| };
|
| - LocationType ClassifyLocation(clang::SourceLocation loc);
|
| + LocationType ClassifyLocation(clang::SourceLocation loc,
|
| + const clang::Decl* record);
|
|
|
| // Utility method for subclasses to determine the namespace of the
|
| // specified record, if any. Unnamed namespaces will be identified as
|
| @@ -101,9 +102,6 @@ class ChromeClassTester {
|
| // List of banned namespaces.
|
| std::set<std::string> banned_namespaces_;
|
|
|
| - // List of Blink directories.
|
| - std::set<std::string> blink_directories_;
|
| -
|
| // List of banned directories.
|
| std::set<std::string> banned_directories_;
|
|
|
|
|