| Index: chrome/browser/device_orientation/provider_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/device_orientation/provider_unittest.cc (revision 67673)
|
| +++ chrome/browser/device_orientation/provider_unittest.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/lock.h"
|
| #include "base/message_loop.h"
|
| +#include "base/task.h"
|
| #include "chrome/browser/device_orientation/data_fetcher.h"
|
| #include "chrome/browser/device_orientation/orientation.h"
|
| #include "chrome/browser/device_orientation/provider.h"
|
| @@ -310,7 +311,7 @@
|
| provider_->AddObserver(checker_a.get());
|
| MessageLoop::current()->Run();
|
|
|
| - provider_->RemoveObserver(checker_a.get()); // This stops the Provider.
|
| + provider_->RemoveObserver(checker_a.get()); // This stops the Provider.
|
|
|
| checker_b->AddExpectation(kTestOrientation2);
|
| orientation_factory->SetOrientation(kTestOrientation2);
|
|
|