blob: 8f442cc873b4a692452a7c1117e33e5b4a232e6b [file] [log] [blame]
// Copyright 2016 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 "chromeos/services/secure_channel/authenticator.h"
namespace chromeos {
namespace secure_channel {
// static
const char Authenticator::kAuthenticationFeature[] = "auth";
} // namespace secure_channel
} // namespace chromeos