Fix memory leak in app_list_view_unittest.
[chromium-blink-merge.git] / net / url_request / url_request_interceptor.cc
blobbcd0fd5ceeeb8621068f3f44d9516458e20a32f4
1 // Copyright 2014 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.
5 #include "net/url_request/url_request_interceptor.h"
7 namespace net {
9 URLRequestInterceptor::URLRequestInterceptor() {
12 URLRequestInterceptor::~URLRequestInterceptor() {
15 } // namespace net