Chromium Code Reviews| Index: base/scoped_observer.h |
| diff --git a/base/scoped_observer.h b/base/scoped_observer.h |
| index 13d7ca8bb1ec1e9db402f62807d84ec52bed3a0f..7f1d6fba96a6b741e5929d5226d36c13f1c9e080 100644 |
| --- a/base/scoped_observer.h |
| +++ b/base/scoped_observer.h |
| @@ -47,7 +47,7 @@ class ScopedObserver { |
| } |
| bool IsObserving(Source* source) const { |
| - return ContainsValue(sources_, source); |
| + return base::ContainsValue(sources_, source); |
| } |
| bool IsObservingSources() const { return !sources_.empty(); } |