// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "remoting/host/pairing_registry_delegate_linux.h" #include <utility> #include "base/files/file_util.h" #include "base/values.h" #include "testing/gtest/include/gtest/gtest.h" namespace remoting { PairingRegistry; class PairingRegistryDelegateLinuxTest : public testing::Test { … }; TEST_F(PairingRegistryDelegateLinuxTest, SaveAndLoad) { … } // Verifies that the delegate is stateless by using two different instances. TEST_F(PairingRegistryDelegateLinuxTest, Stateless) { … } } // namespace remoting