summaryrefslogtreecommitdiffstats
path: root/components/translate
diff options
context:
space:
mode:
authorhashimoto <hashimoto@chromium.org>2014-09-24 23:59:00 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-25 06:59:10 +0000
commitcfb460f63f38f20639689ac59dfbcf88b9f57e90 (patch)
tree150e6b44de5a0c7c2a290624834fe001a6a8f950 /components/translate
parentf8dae6e2916bace24ac0ccd182544ac1e6d44329 (diff)
downloadchromium_src-cfb460f63f38f20639689ac59dfbcf88b9f57e90.zip
chromium_src-cfb460f63f38f20639689ac59dfbcf88b9f57e90.tar.gz
chromium_src-cfb460f63f38f20639689ac59dfbcf88b9f57e90.tar.bz2
Rename component_resources.h to components_resources.h
So no need to remember the correct header name for one for string resources and one for image resources. BUG=416395 TBR=jochen@chromium.org for name fix under chrome Review URL: https://codereview.chromium.org/601733002 Cr-Commit-Position: refs/heads/master@{#296673}
Diffstat (limited to 'components/translate')
-rw-r--r--components/translate/core/browser/translate_script.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/translate/core/browser/translate_script.cc b/components/translate/core/browser/translate_script.cc
index 3edff69..a3c18eb 100644
--- a/components/translate/core/browser/translate_script.cc
+++ b/components/translate/core/browser/translate_script.cc
@@ -16,7 +16,7 @@
#include "components/translate/core/common/translate_switches.h"
#include "components/translate/core/common/translate_util.h"
#include "google_apis/google_api_keys.h"
-#include "grit/component_resources.h"
+#include "grit/components_resources.h"
#include "net/base/escape.h"
#include "net/base/url_util.h"
#include "ui/base/resource/resource_bundle.h"