Remove unneeded header include from request_impl.cc.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@460 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
8dc8c273f6
commit
2cc21dbb2f
|
@ -3,7 +3,6 @@
|
||||||
// can be found in the LICENSE file.
|
// can be found in the LICENSE file.
|
||||||
|
|
||||||
#include "request_impl.h"
|
#include "request_impl.h"
|
||||||
#include "browser_webkit_glue.h"
|
|
||||||
|
|
||||||
#include "base/logging.h"
|
#include "base/logging.h"
|
||||||
#include "net/url_request/url_request.h"
|
#include "net/url_request/url_request.h"
|
||||||
|
|
Loading…
Reference in New Issue