Fix header include paths.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1056 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-01-24 22:33:23 +00:00
parent 0ab1178b99
commit 26fb351f4a
1 changed files with 2 additions and 2 deletions

View File

@ -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: