| Index: content/renderer/disambiguation_popup_helper_unittest.cc
|
| diff --git a/content/renderer/disambiguation_popup_helper_unittest.cc b/content/renderer/disambiguation_popup_helper_unittest.cc
|
| index 81f58adb6f798afb2ed01232642d6d8ee157f23e..0b6d0020ae3699b96e462abe165e0a8cd0f74b8a 100644
|
| --- a/content/renderer/disambiguation_popup_helper_unittest.cc
|
| +++ b/content/renderer/disambiguation_popup_helper_unittest.cc
|
| @@ -5,8 +5,8 @@
|
| #include "content/renderer/disambiguation_popup_helper.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/WebVector.h"
|
| +#include "third_party/WebKit/public/platform/WebRect.h"
|
| +#include "third_party/WebKit/public/platform/WebVector.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/size.h"
|
| #include "ui/gfx/size_conversions.h"
|
|
|