| Index: chrome/browser/ui/ash/vpn_delegate_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/vpn_delegate_chromeos.cc b/chrome/browser/ui/ash/vpn_delegate_chromeos.cc
|
| index e34b8e1cd5960e271b441ce597cd2586ba0e6a03..afb4c0bc2ced6a5f50bc0a696e7a2f43e53610c9 100644
|
| --- a/chrome/browser/ui/ash/vpn_delegate_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/vpn_delegate_chromeos.cc
|
| @@ -13,6 +13,7 @@
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/chromeos/profiles/profile_helper.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| +#include "chrome/grit/generated_resources.h"
|
| #include "components/user_manager/user.h"
|
| #include "components/user_manager/user_manager.h"
|
| #include "content/public/browser/notification_service.h"
|
| @@ -26,7 +27,6 @@
|
| #include "extensions/common/permissions/permissions_data.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| -#include "ui/chromeos/strings/grit/ui_chromeos_strings.h"
|
|
|
| namespace {
|
|
|
|
|