// Copyright 2020 The Chromium Authors | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#include "components/send_tab_to_self/pref_names.h" | |
namespace send_tab_to_self { | |
namespace prefs { | |
const char kInitialSendAnimationShown[] = | |
"send_tab_to_self.initial_animation_shown"; | |
} // namespace prefs | |
} // namespace send_tab_to_self |