blob: f172147d992636a9820ccb3e90f2eae7e6a2e33e [file] [log] [blame]
// Copyright 2016 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 CHROME_BROWSER_CHROMEOS_PRINTING_PPD_PROVIDER_FACTORY_H_
#define CHROME_BROWSER_CHROMEOS_PRINTING_PPD_PROVIDER_FACTORY_H_
#include "base/memory/ref_counted.h"
class Profile;
namespace chromeos {
namespace printing {
class PpdProvider;
scoped_refptr<PpdProvider> CreateProvider(Profile* profile);
} // namespace printing
} // namsepace chromeos
#endif // CHROME_BROWSER_CHROMEOS_PRINTING_PPD_PROVIDER_FACTORY_H_