Move network-related code to net/ folder

This commit is contained in:
Marshall Greenblatt
2015-11-25 21:53:12 -05:00
parent 6cccc3b8a7
commit 269aaa2c3c
58 changed files with 173 additions and 167 deletions

View File

@ -5,7 +5,7 @@
#include "libcef/renderer/frame_impl.h"
#include "libcef/common/cef_messages.h"
#include "libcef/common/http_header_utils.h"
#include "libcef/common/net/http_header_utils.h"
#include "libcef/common/request_impl.h"
#include "libcef/renderer/browser_impl.h"
#include "libcef/renderer/dom_document_impl.h"