| Index: third_party/WebKit/Source/core/editing/SelectionAdjusterTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionAdjusterTest.cpp b/third_party/WebKit/Source/core/editing/SelectionAdjusterTest.cpp
|
| index e106aa8171ed4cb984db2a2efef917d17b3e235e..2431225bdcdc96c491c7cc750bd7647b930c7d66 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionAdjusterTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionAdjusterTest.cpp
|
| @@ -11,10 +11,10 @@ namespace blink {
|
| namespace {
|
|
|
| class MockVisibleSelectionChangeObserver final :
|
| - public NoBaseWillBeGarbageCollectedFinalized<MockVisibleSelectionChangeObserver>,
|
| + public GarbageCollectedFinalized<MockVisibleSelectionChangeObserver>,
|
| public VisibleSelectionChangeObserver {
|
| WTF_MAKE_NONCOPYABLE(MockVisibleSelectionChangeObserver);
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MockVisibleSelectionChangeObserver);
|
| + USING_GARBAGE_COLLECTED_MIXIN(MockVisibleSelectionChangeObserver);
|
| public:
|
| MockVisibleSelectionChangeObserver() = default;
|
| ~MockVisibleSelectionChangeObserver() final = default;
|
|
|