// Copyright 2018 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. #ifndef NOTIFICATION_HELPER_NOTIFICATION_HELPER_UTIL_H_ #define NOTIFICATION_HELPER_NOTIFICATION_HELPER_UTIL_H_ #include "base/files/file_path.h" namespace notification_helper { // Returns the file path of chrome.exe if found, or an empty file path if not. base::FilePath GetChromeExePath(); } // namespace notification_helper #endif // NOTIFICATION_HELPER_NOTIFICATION_HELPER_UTIL_H_