From 1b7671971113c38e7ad1dca42f140262b981845d Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Sat, 21 May 2011 01:54:51 +0000 Subject: [PATCH] Fix compile errors. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@240 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- libcef/cef_string_types.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcef/cef_string_types.cc b/libcef/cef_string_types.cc index 41f98762e..6a9456695 100644 --- a/libcef/cef_string_types.cc +++ b/libcef/cef_string_types.cc @@ -2,7 +2,7 @@ // reserved. Use of this source code is governed by a BSD-style license that // can be found in the LICENSE file. -#include "include/cef_string_types.h" +#include "include/internal/cef_string_types.h" #include "base/logging.h" #include "base/string16.h" #include "base/utf_string_conversions.h"