Move cef_* header files that should not be directly included by the client to the "include/internal" folder.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@237 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2011-05-20 20:52:47 +00:00
parent a42e73848d
commit f5f2189c63
30 changed files with 42 additions and 50 deletions

View File

@@ -5,8 +5,8 @@
#ifndef _TRANSFER_UTIL_H
#define _TRANSFER_UTIL_H
#include "include/cef_string_list.h"
#include "include/cef_string_map.h"
#include "include/internal/cef_string_list.h"
#include "include/internal/cef_string_map.h"
#include <map>
#include <vector>