chromium/chrome/browser/printing/print_preview_sticky_settings_unittest.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/printing/print_preview_sticky_settings.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace printing {

class PrintPreviewStickySettingsUnittest : public testing::Test {};

TEST_F(PrintPreviewStickySettingsUnittest, GetPrinterRecentlyUsed) {}

TEST_F(PrintPreviewStickySettingsUnittest,
       GetPrinterRecentlyUsed_NoRecentDestinations) {}

}  // namespace printing