blob: c4f3d310979a305aab12116985fa0e9b1d238663 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PERIDOT_TESTS_CLIPBOARD_DEFS_H_
#define PERIDOT_TESTS_CLIPBOARD_DEFS_H_
namespace {
// The url of the clipboard agent under test.
constexpr char kClipboardAgentUrl[] = "clipboard_agent";
} // namespace
#endif // PERIDOT_TESTS_CLIPBOARD_DEFS_H_