| Index: content/browser/device_orientation/provider_unittest.cc
|
| diff --git a/content/browser/device_orientation/provider_unittest.cc b/content/browser/device_orientation/provider_unittest.cc
|
| index facfc0c138f971ac5b6cd05a8abdb053703288b4..e7ba914301c1a3acbb15bffffbcc8000065f8928 100644
|
| --- a/content/browser/device_orientation/provider_unittest.cc
|
| +++ b/content/browser/device_orientation/provider_unittest.cc
|
| @@ -23,6 +23,8 @@ class UpdateChecker : public Provider::Observer {
|
| : expectations_count_ptr_(expectations_count_ptr) {
|
| }
|
|
|
| + virtual ~UpdateChecker() {}
|
| +
|
| // From Provider::Observer.
|
| virtual void OnOrientationUpdate(const Orientation& orientation) {
|
| ASSERT_FALSE(expectations_queue_.empty());
|
|
|