summaryrefslogtreecommitdiff
path: root/chromium/content/common/possibly_associated_wrapper_shared_url_loader_factory.h
blob: d162a359c0d923c74c4966107fb848dde69ee75e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CONTENT_COMMON_POSSIBLY_ASSOCIATED_WRAPPER_SHARED_URL_LOADER_FACTORY_H_
#define CONTENT_COMMON_POSSIBLY_ASSOCIATED_WRAPPER_SHARED_URL_LOADER_FACTORY_H_

#include "content/common/possibly_associated_interface_ptr.h"
#include "services/network/public/cpp/wrapper_shared_url_loader_factory.h"

namespace content {

using PossiblyAssociatedWrapperSharedURLLoaderFactory =
    network::WrapperSharedURLLoaderFactoryBase<PossiblyAssociatedInterfacePtr>;

}  // namespace content

#endif  // CONTENT_COMMON_POSSIBLY_ASSOCIATED_WRAPPER_SHARED_URL_LOADER_FACTORY_H_