summaryrefslogtreecommitdiff
path: root/core/fxcrt/observable_unittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/observable_unittest.cpp')
-rw-r--r--core/fxcrt/observable_unittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/observable_unittest.cpp b/core/fxcrt/observable_unittest.cpp
index 5e64743d86..63e61b8513 100644
--- a/core/fxcrt/observable_unittest.cpp
+++ b/core/fxcrt/observable_unittest.cpp
@@ -16,7 +16,7 @@ class PseudoObservable : public Observable<PseudoObservable> {
public:
PseudoObservable() {}
int SomeMethod() { return 42; }
- size_t ActiveObservedPtrs() const { return ActiveObservedPtrsForTesting(); }
+ size_t ActiveObservedPtrs() const { return ActiveObserversForTesting(); }
};
} // namespace