| Index: chrome/renderer/autofill/form_autofill_browsertest.cc
|
| ===================================================================
|
| --- chrome/renderer/autofill/form_autofill_browsertest.cc (revision 219785)
|
| +++ chrome/renderer/autofill/form_autofill_browsertest.cc (working copy)
|
| @@ -10,12 +10,12 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "chrome/common/metrics/entropy_provider.h"
|
| #include "chrome/test/base/chrome_render_view_test.h"
|
| #include "components/autofill/content/renderer/form_autofill_util.h"
|
| #include "components/autofill/content/renderer/form_cache.h"
|
| #include "components/autofill/core/common/form_data.h"
|
| #include "components/autofill/core/common/web_element_descriptor.h"
|
| +#include "components/variations/entropy_provider.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/public/platform/WebVector.h"
|
|
|