Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Side by Side Diff: webkit/glue/resource_loader_bridge.cc

Issue 20378: Reduce the amount of included header files. Vast change like in "Oh God! This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 //
5
6 #include "config.h"
7
8 #include "webkit/glue/resource_loader_bridge.h"
9
10 #include "net/http/http_response_headers.h"
11
12 namespace webkit_glue {
13
14 ResourceLoaderBridge::ResponseInfo::ResponseInfo() {
15 }
16
17 ResourceLoaderBridge::ResponseInfo::~ResponseInfo() {
18 }
19
20 ResourceLoaderBridge::SyncLoadResponse::SyncLoadResponse() {
21 }
22
23 ResourceLoaderBridge::SyncLoadResponse::~SyncLoadResponse() {
24 }
25
26 ResourceLoaderBridge::ResourceLoaderBridge() {
27 }
28
29 ResourceLoaderBridge::~ResourceLoaderBridge() {
30 }
31
32 } // namespace webkit_glue
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698