2015-01-31 05:41:36 +01:00
|
|
|
// Copyright (c) 2015 The Chromium Embedded Framework Authors. All rights
|
|
|
|
// reserved. Use of this source code is governed by a BSD-style license that
|
|
|
|
// can be found in the LICENSE file.
|
|
|
|
|
2016-11-18 00:52:42 +01:00
|
|
|
#include "tests/shared/common/client_app_other.h"
|
2015-01-31 05:41:36 +01:00
|
|
|
|
|
|
|
#include "include/cef_command_line.h"
|
|
|
|
|
|
|
|
namespace client {
|
|
|
|
|
|
|
|
ClientAppOther::ClientAppOther() {
|
|
|
|
}
|
|
|
|
|
|
|
|
} // namespace client
|