diff options
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 { |