| Index: chromecast/crash/linux/cast_crash_reporter_client.h
|
| diff --git a/chromecast/crash/cast_crash_reporter_client.h b/chromecast/crash/linux/cast_crash_reporter_client.h
|
| similarity index 75%
|
| rename from chromecast/crash/cast_crash_reporter_client.h
|
| rename to chromecast/crash/linux/cast_crash_reporter_client.h
|
| index a0916a041ea6c2016bea07f35e5c305b50e98de9..d9fe014276581a731c978df20c7cdc4505f619b4 100644
|
| --- a/chromecast/crash/cast_crash_reporter_client.h
|
| +++ b/chromecast/crash/linux/cast_crash_reporter_client.h
|
| @@ -2,8 +2,8 @@
|
| // 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_REPORTER_CLIENT_H_
|
| -#define CHROMECAST_CRASH_CAST_CRASH_REPORTER_CLIENT_H_
|
| +#ifndef CHROMECAST_CRASH_LINUX_CAST_CRASH_REPORTER_CLIENT_H_
|
| +#define CHROMECAST_CRASH_LINUX_CAST_CRASH_REPORTER_CLIENT_H_
|
|
|
| #include <string>
|
|
|
| @@ -20,8 +20,7 @@ class CastCrashReporterClient : public crash_reporter::CrashReporterClient {
|
| ~CastCrashReporterClient() override;
|
|
|
| // crash_reporter::CrashReporterClient implementation:
|
| - bool EnableBreakpadForProcess(
|
| - const std::string& process_type) override;
|
| + bool EnableBreakpadForProcess(const std::string& process_type) override;
|
| bool HandleCrashDump(const char* crashdump_filename) override;
|
|
|
| private:
|
| @@ -33,4 +32,4 @@ class CastCrashReporterClient : public crash_reporter::CrashReporterClient {
|
|
|
| } // namespace chromecast
|
|
|
| -#endif // CHROMECAST_CRASH_CAST_CRASH_REPORTER_CLIENT_H_
|
| +#endif // CHROMECAST_CRASH_LINUX_CAST_CRASH_REPORTER_CLIENT_H_
|
|
|