| Index: chrome/browser/gtk/find_bar_gtk.cc
|
| diff --git a/chrome/browser/gtk/find_bar_gtk.cc b/chrome/browser/gtk/find_bar_gtk.cc
|
| index 9c02afbc41b9f4dca3e1c568d5385d4d7dea8fb8..f2c9a6d91a9c7c0dfdb861c97b7229c806704f7a 100644
|
| --- a/chrome/browser/gtk/find_bar_gtk.cc
|
| +++ b/chrome/browser/gtk/find_bar_gtk.cc
|
| @@ -27,7 +27,7 @@
|
| #include "chrome/common/notification_service.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| -#include "webkit/api/public/gtk/WebInputEventFactory.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/gtk/WebInputEventFactory.h"
|
|
|
| namespace {
|
|
|
|
|