diff options
Diffstat (limited to 'chrome/common/jstemplate_builder.cc')
-rw-r--r-- | chrome/common/jstemplate_builder.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/jstemplate_builder.cc b/chrome/common/jstemplate_builder.cc index 628edd7..35e4b3a 100644 --- a/chrome/common/jstemplate_builder.cc +++ b/chrome/common/jstemplate_builder.cc @@ -7,12 +7,11 @@ #include "chrome/common/jstemplate_builder.h" -#include "app/resource_bundle.h" #include "base/logging.h" #include "base/string_util.h" #include "chrome/common/json_value_serializer.h" - #include "grit/common_resources.h" +#include "ui/base/resource/resource_bundle.h" namespace jstemplate_builder { |