// Copyright (c) 2010 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. #include "base/scoped_ptr.h" #include "remoting/client/client_config.h" #include "remoting/client/client_util.h" #include "testing/gtest/include/gtest/gtest.h" namespace remoting { // TODO(ajwong): Fill this out. class ClientUtilTest : public testing::Test { protected: virtual void SetUp() { } }; } // namespace remoting