| Index: chromeos/dbus/auth_policy_client.h
|
| diff --git a/chromeos/dbus/auth_policy_client.h b/chromeos/dbus/auth_policy_client.h
|
| index 2ebc05c5ca995654b7fbd3967782d6f0068e6894..8578be69535353121baccc9e83842c12fdc60190 100644
|
| --- a/chromeos/dbus/auth_policy_client.h
|
| +++ b/chromeos/dbus/auth_policy_client.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2016 The Chromium Authors. All rights reserved.
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -12,6 +12,8 @@
|
| #include "chromeos/dbus/dbus_client.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
|
|
| +class AccountId;
|
| +
|
| // TODO(rsorokin): Switch to service constants when it's landed.
|
| // (see crbug.com/659732)
|
| namespace authpolicy {
|
| @@ -71,7 +73,7 @@ class CHROMEOS_EXPORT AuthPolicyClient : public DBusClient {
|
|
|
| // Calls RefreshUserPolicy - handle policy for the user specified by
|
| // |account_id|. Similar to RefreshDevicePolicy.
|
| - virtual void RefreshUserPolicy(const std::string& account_id,
|
| + virtual void RefreshUserPolicy(const AccountId& account_id,
|
| const RefreshPolicyCallback& callback) = 0;
|
|
|
| protected:
|
|
|