| Index: chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| index b01837fced81ae3028f7f2e81514d91a38a3a453..5d0014859ea4ddfbd3bfe3de2755cef96bc3b0be 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| +++ b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| @@ -74,10 +74,7 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chromeos/chromeos_paths.h"
|
| #include "chromeos/chromeos_switches.h"
|
| -#include "chromeos/dbus/cryptohome_client.h"
|
| -#include "chromeos/dbus/dbus_method_call_status.h"
|
| #include "chromeos/dbus/fake_session_manager_client.h"
|
| -#include "chromeos/dbus/session_manager_client.h"
|
| #include "components/policy/core/common/external_data_fetcher.h"
|
| #include "components/policy/core/common/policy_map.h"
|
| #include "components/policy/core/common/policy_namespace.h"
|
| @@ -101,7 +98,7 @@
|
| #include "net/url_request/url_request_status.h"
|
| #include "policy/policy_constants.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| -#include "third_party/cros_system_api/dbus/service_constants.h"
|
| +//#include "third_party/cros_system_api/dbus/service_constants.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -296,7 +293,6 @@ class DeviceLocalAccountTest : public DevicePolicyCrosBrowserTest {
|
| external_data_cache_dir_override_.reset(new base::ScopedPathOverride(
|
| chromeos::DIR_DEVICE_LOCAL_ACCOUNT_EXTERNAL_DATA,
|
| external_data_cache_dir_.path()));
|
| -
|
| DevicePolicyCrosBrowserTest::SetUp();
|
| }
|
|
|
|
|