| Index: chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc
|
| diff --git a/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc b/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc
|
| index f86533a5deefec06c2784783d6d3bf079ecb6011..26e89cec24192a65179da732b394cc8869eb0f4c 100644
|
| --- a/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc
|
| +++ b/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc
|
| @@ -9,8 +9,8 @@
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/run_loop.h"
|
| -#include "chrome/browser/chromeos/cros/cryptohome_library.h"
|
| #include "chrome/browser/chromeos/policy/proto/install_attributes.pb.h"
|
| +#include "chromeos/cryptohome/cryptohome_library.h"
|
| #include "chromeos/dbus/cryptohome_client.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -34,7 +34,7 @@ static const char kTestDeviceId[] = "133750519";
|
| class EnterpriseInstallAttributesTest : public testing::Test {
|
| protected:
|
| EnterpriseInstallAttributesTest()
|
| - : cryptohome_(chromeos::CryptohomeLibrary::GetImpl(true)),
|
| + : cryptohome_(chromeos::CryptohomeLibrary::GetTestImpl()),
|
| stub_cryptohome_client_(chromeos::CryptohomeClient::Create(
|
| chromeos::STUB_DBUS_CLIENT_IMPLEMENTATION, NULL)),
|
| install_attributes_(cryptohome_.get(), stub_cryptohome_client_.get()) {}
|
|
|