commit | 4a2e88e26da4a29af1cb23cd06fdc7b770a63d0a | [log] [tgz] |
---|---|---|
author | thestig <[email protected]> | Sat Aug 27 23:23:51 2016 |
committer | Commit bot <[email protected]> | Sat Aug 27 23:25:46 2016 |
tree | a53566c20fb591486c47fbae3b5f583af5687065 | |
parent | 98bae263014aad2d3ef0910edef31a8ee32a6c17 [diff] [blame] |
Change many chrome/browser includes to use qualified paths. [email protected] BUG=401588 Review-Url: https://codereview.chromium.org/2276823003 Cr-Commit-Position: refs/heads/master@{#414946}
diff --git a/chrome/browser/policy/javascript_policy_handler.cc b/chrome/browser/policy/javascript_policy_handler.cc index cbec221..edd65f43 100644 --- a/chrome/browser/policy/javascript_policy_handler.cc +++ b/chrome/browser/policy/javascript_policy_handler.cc
@@ -11,7 +11,7 @@ #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 "components/strings/grit/components_strings.h" namespace policy {