1 // Copyright (c) 2015 The Chromium Embedded Framework Authors. All rights 2 // reserved. Use of this source code is governed by a BSD-style license that 3 // can be found in the LICENSE file. 4 5 #include "tests/shared/common/client_app_other.h" 6 7 #include "include/cef_command_line.h" 8 9 namespace client { 10 ClientAppOther()11ClientAppOther::ClientAppOther() {} 12 13 } // namespace client 14