Index: chrome/browser/chromeos/policy/device_local_account_policy_service.cc |
diff --git a/chrome/browser/chromeos/policy/device_local_account_policy_service.cc b/chrome/browser/chromeos/policy/device_local_account_policy_service.cc |
index 32bda972f663a814f1768ef26f7c1daefd6f3e4c..afe81c105d6aa181eb91c1b6181fcb9ab802852a 100644 |
--- a/chrome/browser/chromeos/policy/device_local_account_policy_service.cc |
+++ b/chrome/browser/chromeos/policy/device_local_account_policy_service.cc |
@@ -21,7 +21,6 @@ |
#include "chrome/browser/chromeos/policy/device_local_account_external_data_service.h" |
#include "chrome/browser/chromeos/policy/device_local_account_policy_store.h" |
#include "chrome/browser/chromeos/settings/device_settings_service.h" |
-#include "chrome/browser/policy/proto/cloud/device_management_backend.pb.h" |
#include "chromeos/chromeos_paths.h" |
#include "chromeos/dbus/session_manager_client.h" |
#include "chromeos/settings/cros_settings_names.h" |
@@ -34,6 +33,7 @@ |
#include "content/public/common/content_client.h" |
#include "net/url_request/url_request_context_getter.h" |
#include "policy/policy_constants.h" |
+#include "policy/proto/device_management_backend.pb.h" |
#include "url/gurl.h" |
namespace em = enterprise_management; |