From dc5ba49aafadca85a0877a059d41254e8fda7f9c Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 12 Oct 2012 23:53:37 +0000 Subject: [PATCH] Linux: Fix compile error due to header location change (issue #757). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@860 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- libcef/browser/gtk_util_stub.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcef/browser/gtk_util_stub.cc b/libcef/browser/gtk_util_stub.cc index 512087e9b..809d0eeb4 100644 --- a/libcef/browser/gtk_util_stub.cc +++ b/libcef/browser/gtk_util_stub.cc @@ -4,7 +4,7 @@ #include -#include "ui/base/events.h" +#include "ui/base/events/event.h" // This file includes a selection of methods copied from // chrome/browser/ui/gtk/gtk_util.cc.