| Index: chrome/common/net/net_resource_provider.cc
|
| ===================================================================
|
| --- chrome/common/net/net_resource_provider.cc (revision 72000)
|
| +++ chrome/common/net/net_resource_provider.cc (working copy)
|
| @@ -7,13 +7,13 @@
|
| #include <string>
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/string_piece.h"
|
| #include "base/values.h"
|
| #include "chrome/common/jstemplate_builder.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/net_resources.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| namespace {
|
|
|
|
|