| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "webkit/glue/resource_loader_bridge.h" | 5 #include "webkit/glue/resource_loader_bridge.h" |
| 6 | 6 |
| 7 #include "net/http/http_response_headers.h" | 7 #include "net/http/http_response_headers.h" |
| 8 #include "webkit/common/appcache/appcache_interfaces.h" | 8 #include "webkit/common/appcache/appcache_interfaces.h" |
| 9 | 9 |
| 10 namespace webkit_glue { | 10 namespace webkit_glue { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 | 27 |
| 28 ResourceLoaderBridge::SyncLoadResponse::SyncLoadResponse() {} | 28 ResourceLoaderBridge::SyncLoadResponse::SyncLoadResponse() {} |
| 29 | 29 |
| 30 ResourceLoaderBridge::SyncLoadResponse::~SyncLoadResponse() {} | 30 ResourceLoaderBridge::SyncLoadResponse::~SyncLoadResponse() {} |
| 31 | 31 |
| 32 ResourceLoaderBridge::ResourceLoaderBridge() {} | 32 ResourceLoaderBridge::ResourceLoaderBridge() {} |
| 33 | 33 |
| 34 ResourceLoaderBridge::~ResourceLoaderBridge() {} | 34 ResourceLoaderBridge::~ResourceLoaderBridge() {} |
| 35 | 35 |
| 36 } // namespace webkit_glue | 36 } // namespace webkit_glue |
| OLD | NEW |