commit | 68667e168e4db83c5bd67560a6e4a0873494c359 | [log] [tgz] |
---|---|---|
author | Sigurdur Asgeirsson <[email protected]> | Wed Apr 29 17:53:29 2020 |
committer | Commit Bot <[email protected]> | Wed Apr 29 17:53:29 2020 |
tree | 02661efe545b2864c22c6ae9913913234c248ba8 | |
parent | f76533ca79c1b5ecc60b3e6c07873af38c81bba5 [diff] [blame] |
PM: Promote the policies directory out of the graph directory. Bug: 1075985 Change-Id: I95e5732f5aed17b7023fd407731cbf186ec0a201 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2168827 Reviewed-by: Chris Hamilton <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Commit-Queue: Sigurður Ásgeirsson <[email protected]> Cr-Commit-Position: refs/heads/master@{#763896}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 06767934..42e28328 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc
@@ -39,7 +39,7 @@ #include "chrome/browser/net/stub_resolver_config_reader.h" #include "chrome/browser/net/system_network_context_manager.h" #include "chrome/browser/notifications/scheduler/public/features.h" -#include "chrome/browser/performance_manager/graph/policies/policy_features.h" +#include "chrome/browser/performance_manager/policies/policy_features.h" #include "chrome/browser/permissions/quiet_notification_permission_ui_config.h" #include "chrome/browser/predictors/loading_predictor_config.h" #include "chrome/browser/prerender/isolated/isolated_prerender_features.h"