| Index: chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc
|
| diff --git a/chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc b/chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc
|
| index 30869ccb182213d7f60b893a7db0d57d9e18df4c..acb97eb674ce41b01b878979a650aea360a6db7d 100644
|
| --- a/chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc
|
| +++ b/chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/policy/configuration_policy_pref_store.h"
|
| -#include "chrome/browser/policy/configuration_policy_pref_store_unittest.h"
|
| +#include "chrome/browser/policy/configuration_policy_pref_store_test.h"
|
| #include "chrome/browser/prefs/incognito_mode_prefs.h"
|
| #include "chrome/browser/profiles/incognito_mode_policy_handler.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/policy/core/browser/configuration_policy_pref_store.h"
|
| #include "grit/generated_resources.h"
|
| #include "policy/policy_constants.h"
|
|
|
|
|