// 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/browser/notifications/notification_platform_bridge.h" #include "base/check.h" #include "base/files/file_path.h" #include "chrome/browser/profiles/profile.h" // static std::string NotificationPlatformBridge::GetProfileId(Profile* profile) { … } // static base::FilePath NotificationPlatformBridge::GetProfileBaseNameFromProfileId( const std::string& profile_id) { … }