diff options
Diffstat (limited to 'chrome/browser/webui/options/autofill_options_handler.cc')
-rw-r--r-- | chrome/browser/webui/options/autofill_options_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/webui/options/autofill_options_handler.cc b/chrome/browser/webui/options/autofill_options_handler.cc index 1ffdad5..bed379a 100644 --- a/chrome/browser/webui/options/autofill_options_handler.cc +++ b/chrome/browser/webui/options/autofill_options_handler.cc @@ -14,8 +14,8 @@ #include "chrome/browser/autofill/autofill_profile.h" #include "chrome/browser/autofill/credit_card.h" #include "chrome/browser/profiles/profile.h" -#include "chrome/browser/webui/web_ui_util.h" #include "chrome/common/guid.h" +#include "content/browser/webui/web_ui_util.h" #include "grit/generated_resources.h" #include "grit/webkit_resources.h" #include "ui/base/l10n/l10n_util.h" |