diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 20:19:59 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 20:19:59 +0000 |
commit | af2abee798d1ba9f60096e691e0215218a671043 (patch) | |
tree | 65730f1f78ee5ad5148f31821e349dbd93504880 /chrome/common/jstemplate_builder.cc | |
parent | 735ea7690f74557f645e55737903c9d5badbe932 (diff) | |
download | chromium_src-af2abee798d1ba9f60096e691e0215218a671043.zip chromium_src-af2abee798d1ba9f60096e691e0215218a671043.tar.gz chromium_src-af2abee798d1ba9f60096e691e0215218a671043.tar.bz2 |
Port remaining .rc data resource files to grd. This includes
debugger_resources.rc, common_resources.rc, and renderer_resources.rc.
Review URL: http://codereview.chromium.org/21307
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9784 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/jstemplate_builder.cc')
-rw-r--r-- | chrome/common/jstemplate_builder.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/common/jstemplate_builder.cc b/chrome/common/jstemplate_builder.cc index 8bba0b7..49772db 100644 --- a/chrome/common/jstemplate_builder.cc +++ b/chrome/common/jstemplate_builder.cc @@ -7,11 +7,12 @@ #include "chrome/common/jstemplate_builder.h" -#include "chrome/common/common_resources.h" -#include "chrome/common/json_value_serializer.h" #include "base/logging.h" -#include "chrome/common/resource_bundle.h" #include "base/string_util.h" +#include "chrome/common/json_value_serializer.h" +#include "chrome/common/resource_bundle.h" + +#include "grit/common_resources.h" namespace jstemplate_builder { |