| Index: chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc b/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
|
| index e4e67e296f50e9727e1fa2070cda5901337a9872..d375c560b3cbf5c22adce3e10921634999854308 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| -#include "base/stl_util-inl.h"
|
| +#include "base/stl_util.h"
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
|
|