| Index: chrome/browser/autofill/risk/fingerprint_browsertest.cc
|
| diff --git a/chrome/browser/autofill/risk/fingerprint_browsertest.cc b/chrome/browser/autofill/risk/fingerprint_browsertest.cc
|
| index fa64cf65e3da1a10543ff7a238f1f5594cf36591..87877607189be3a113d9789e98ffe8ae5becb4c3 100644
|
| --- a/chrome/browser/autofill/risk/fingerprint_browsertest.cc
|
| +++ b/chrome/browser/autofill/risk/fingerprint_browsertest.cc
|
| @@ -14,8 +14,8 @@
|
| #include "content/public/common/geoposition.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebScreenInfo.h"
|
| +#include "third_party/WebKit/public/platform/WebRect.h"
|
| +#include "third_party/WebKit/public/platform/WebScreenInfo.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| namespace autofill {
|
|
|