| Index: chrome/browser/sessions/restore_on_startup_policy_handler.cc
|
| diff --git a/chrome/browser/sessions/restore_on_startup_policy_handler.cc b/chrome/browser/sessions/restore_on_startup_policy_handler.cc
|
| index b460671fcbfbe3540cd18e5d0116b672ab43c3a3..62054c003f0c3c9b8c1fd2b4c089e2a4c5d88dbb 100644
|
| --- a/chrome/browser/sessions/restore_on_startup_policy_handler.cc
|
| +++ b/chrome/browser/sessions/restore_on_startup_policy_handler.cc
|
| @@ -10,9 +10,9 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "components/policy/core/browser/policy_error_map.h"
|
| #include "components/policy/core/common/policy_map.h"
|
| +#include "components/policy/policy_constants.h"
|
| #include "components/prefs/pref_value_map.h"
|
| #include "grit/components_strings.h"
|
| -#include "policy/policy_constants.h"
|
|
|
| namespace policy {
|
|
|
|
|