From 2c5534d3083bc93375f95dfb63986c167411cfd9 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Sat, 21 May 2011 01:49:16 +0000 Subject: [PATCH] Fix compile errors. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@239 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- libcef/cef_string_list.cc | 2 +- libcef/cef_string_map.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcef/cef_string_list.cc b/libcef/cef_string_list.cc index 683de30bc..92a21c75d 100644 --- a/libcef/cef_string_list.cc +++ b/libcef/cef_string_list.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_list.h" +#include "include/internal/cef_string_list.h" #include "base/logging.h" #include diff --git a/libcef/cef_string_map.cc b/libcef/cef_string_map.cc index 8d1dfe9d1..3b59b8ea8 100644 --- a/libcef/cef_string_map.cc +++ b/libcef/cef_string_map.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_map.h" +#include "include/internal/cef_string_map.h" #include "base/logging.h" #include