// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/test/supervised_user/child_account_test_utils.h" #include "base/base64.h" #include "base/strings/stringprintf.h" namespace supervised_user { std::string GetChildAccountOAuthIdToken() { … } } // namespace supervised_user