summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-28 14:41:03 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-28 14:41:03 +0000
commit426d676abc3b162c7d47f4bcfdc0a575e151595d (patch)
tree410166e7ffc29ffb85564d8f7b9396a997bd202f /chrome/browser/download
parent43e981b00ea7f8f2cd44adbad064bbaa22ca7f7c (diff)
downloadchromium_src-426d676abc3b162c7d47f4bcfdc0a575e151595d.zip
chromium_src-426d676abc3b162c7d47f4bcfdc0a575e151595d.tar.gz
chromium_src-426d676abc3b162c7d47f4bcfdc0a575e151595d.tar.bz2
Change all component_strings references to be to components_strings
There is an inconsistency wherein some references to components strings are "components_strings" (e.g., components_strings.grd), but some are "component_strings" (e.g., the XTB and pakfiles). This CL changes all references to "component_strings" to be to "components_strings": - XTB files - pakfiles - generated header file TBR=thakis Review URL: https://codereview.chromium.org/307563003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273224 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download')
-rw-r--r--chrome/browser/download/download_dir_policy_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_dir_policy_handler.cc b/chrome/browser/download/download_dir_policy_handler.cc
index 1bd511b..6083c0e 100644
--- a/chrome/browser/download/download_dir_policy_handler.cc
+++ b/chrome/browser/download/download_dir_policy_handler.cc
@@ -15,7 +15,7 @@
#include "components/policy/core/browser/policy_error_map.h"
#include "components/policy/core/common/policy_map.h"
#include "components/policy/core/common/policy_types.h"
-#include "grit/component_strings.h"
+#include "grit/components_strings.h"
#include "policy/policy_constants.h"
#if defined(OS_CHROMEOS)