#include "chrome/browser/first_run/upgrade_util.h"
#include "base/base_paths.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/path_service.h"
#include "base/process/launch.h"
#include "chrome/browser/first_run/upgrade_util_linux.h"
namespace {
double saved_last_modified_time_of_exe = …;
}
namespace upgrade_util {
bool RelaunchChromeBrowserImpl(const base::CommandLine& command_line) { … }
bool IsUpdatePendingRestart() { … }
void SaveLastModifiedTimeOfExe() { … }
double GetLastModifiedTimeOfExe() { … }
}