| Index: chrome/browser/dom_ui/textfields_ui.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/textfields_ui.cc (revision 72000)
|
| +++ chrome/browser/dom_ui/textfields_ui.cc (working copy)
|
| @@ -7,7 +7,6 @@
|
| #include <algorithm>
|
| #include <string>
|
|
|
| -#include "app/resource_bundle.h"
|
| #include "base/singleton.h"
|
| #include "base/string_piece.h"
|
| #include "base/values.h"
|
| @@ -15,6 +14,7 @@
|
| #include "chrome/common/jstemplate_builder.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "grit/browser_resources.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| /**
|
| * TextfieldsUIHTMLSource implementation.
|
|
|