blob: 83dfaf4673ecc2677e199151a9f781f5aee09772 [file] [log] [blame]
// Copyright 2015 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 CHROMECAST_CRASH_CAST_CRASH_KEYS_H_
#define CHROMECAST_CRASH_CAST_CRASH_KEYS_H_
#include "components/crash/core/common/crash_key.h"
namespace chromecast {
namespace crash_keys {
extern crash_reporter::CrashKeyString<64> last_app;
extern crash_reporter::CrashKeyString<64> previous_app;
} // namespace crash_keys
} // namespace chromecast
#endif // CHROMECAST_CRASH_CAST_CRASH_KEYS_H_