| Index: chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc
|
| diff --git a/chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc b/chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc
|
| index 4798faebaa7174a203eafd4c9e8fc42114ad87f4..973a03b3751b0a4217d0b691d7ae09904ba33747 100644
|
| --- a/chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc
|
| +++ b/chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc
|
| @@ -43,6 +43,8 @@
|
| #include "components/policy/core/common/policy_service.h"
|
| #include "components/policy/core/common/policy_service_impl.h"
|
| #include "components/policy/core/common/policy_types.h"
|
| +#include "components/policy/policy_constants.h"
|
| +#include "components/policy/proto/cloud_policy.pb.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_source.h"
|
| @@ -50,8 +52,6 @@
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "net/url_request/url_request_status.h"
|
| -#include "policy/policy_constants.h"
|
| -#include "policy/proto/cloud_policy.pb.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "url/gurl.h"
|
|
|