Index: chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc (revision 177707) |
+++ chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc (working copy) |
@@ -14,7 +14,6 @@ |
#include "chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h" |
#include "chrome/browser/ui/webui/options/chromeos/proxy_handler.h" |
#include "chrome/browser/ui/webui/web_ui_util.h" |
-#include "chrome/common/jstemplate_builder.h" |
#include "chrome/common/url_constants.h" |
#include "content/public/browser/url_data_source.h" |
#include "content/public/browser/web_contents.h" |
@@ -22,6 +21,7 @@ |
#include "content/public/browser/web_ui_message_handler.h" |
#include "grit/browser_resources.h" |
#include "ui/base/resource/resource_bundle.h" |
+#include "ui/webui/jstemplate_builder.h" |
using content::WebContents; |
using content::WebUIMessageHandler; |