Index: chrome/renderer/chrome_content_renderer_client.cc |
=================================================================== |
--- chrome/renderer/chrome_content_renderer_client.cc (revision 177707) |
+++ chrome/renderer/chrome_content_renderer_client.cc (working copy) |
@@ -28,7 +28,6 @@ |
#include "chrome/common/extensions/manifest_url_handler.h" |
#include "chrome/common/extensions/web_accessible_resources_handler.h" |
#include "chrome/common/external_ipc_fuzzer.h" |
-#include "chrome/common/jstemplate_builder.h" |
#include "chrome/common/localized_error.h" |
#include "chrome/common/render_messages.h" |
#include "chrome/common/url_constants.h" |
@@ -92,6 +91,7 @@ |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/layout.h" |
#include "ui/base/resource/resource_bundle.h" |
+#include "ui/webui/jstemplate_builder.h" |
#include "webkit/plugins/npapi/plugin_list.h" |
#include "webkit/plugins/ppapi/plugin_module.h" |
#include "webkit/plugins/ppapi/ppapi_interface_factory.h" |