Fix compile errors.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@239 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2011-05-21 01:49:16 +00:00
parent 61be982d09
commit 2c5534d308
2 changed files with 2 additions and 2 deletions

View File

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

View File

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