Linux: cefclient: Fix incorrect header path

This commit is contained in:
Marshall Greenblatt 2019-02-04 11:16:34 -05:00
parent ec2ee91bf0
commit 9c50f1bfdb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include <X11/keysym.h>
#include "include/base/cef_logging.h"
#include "include/cef_macros.h"
#include "include/base/cef_macros.h"
#include "include/wrapper/cef_closure_task.h"
#include "tests/cefclient/browser/util_gtk.h"
#include "tests/shared/browser/geometry_util.h"