Fix header include paths.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1056 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
0ab1178b99
commit
26fb351f4a
|
@ -7,8 +7,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "include/cef_render_handler.h"
|
||||
#include "tests/cefclient/client_handler.h"
|
||||
#include "tests/cefclient/osrenderer.h"
|
||||
#include "cefclient/client_handler.h"
|
||||
#include "cefclient/osrenderer.h"
|
||||
|
||||
class OSRBrowserProvider {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue