| Index: chrome/browser/ui/webui/options2/autofill_options_handler2.cc
|
| diff --git a/chrome/browser/ui/webui/options2/autofill_options_handler2.cc b/chrome/browser/ui/webui/options2/autofill_options_handler2.cc
|
| index 96e14700edcdad4e049530895ceec4913a93e67a..51f020c98cee8656222a7428c39ab79b538ef3d8 100644
|
| --- a/chrome/browser/ui/webui/options2/autofill_options_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/autofill_options_handler2.cc
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| +#include "base/guid.h"
|
| #include "base/logging.h"
|
| #include "base/string16.h"
|
| #include "base/string_number_conversions.h"
|
| @@ -21,7 +22,6 @@
|
| #include "chrome/browser/autofill/phone_number_i18n.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/webui/web_ui_util.h"
|
| -#include "chrome/common/guid.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/public/browser/web_ui.h"
|
| #include "grit/generated_resources.h"
|
|
|