| Index: chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/login_utils_browsertest.cc b/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| index dcccc6eb0f9f033a65e396fa21165ae93f349cb6..7808c1de418e497fceb3ee44e19af470a21589c9 100644
|
| --- a/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| @@ -28,6 +28,7 @@
|
| #include "chrome/browser/policy/policy_service.h"
|
| #include "chrome/browser/policy/proto/device_management_backend.pb.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| +#include "chrome/browser/rlz/rlz.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -270,6 +271,10 @@ class LoginUtilsTest : public testing::Test,
|
| cryptohome::AsyncMethodCaller::Shutdown();
|
| mock_async_method_caller_ = NULL;
|
|
|
| +#if defined(ENABLE_RLZ)
|
| + RLZTracker::CleanupRlz();
|
| +#endif
|
| +
|
| InvokeOnIO(
|
| base::Bind(&LoginUtilsTest::TearDownOnIO, base::Unretained(this)));
|
|
|
|
|