blob: 6bcc29d79ed63d0781b2f72e4f1bf2355f0fd2e7 [file] [log] [blame]
// Copyright 2022 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 "components/user_notes/interfaces/user_notes_ui.h"
namespace user_notes {
// UserNotesUI must implement the user data key for its subclasses, to ensure
// their instances can be retrieved in an implementation-agnostic way.
const int UserNotesUI::kUserDataKey;
} // namespace user_notes