Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: components/crash/content/app/crash_reporter_client.h

Issue 1315303004: Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/crash/content/app/crash_reporter_client.h
diff --git a/components/crash/app/crash_reporter_client.h b/components/crash/content/app/crash_reporter_client.h
similarity index 96%
rename from components/crash/app/crash_reporter_client.h
rename to components/crash/content/app/crash_reporter_client.h
index a3a003c40d7b112df62dbb82975bc766dd311be1..4a969545c02304f7285907a09ac72bc1a3332bc6 100644
--- a/components/crash/app/crash_reporter_client.h
+++ b/components/crash/content/app/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 COMPONENTS_CRASH_APP_CRASH_REPORTER_CLIENT_H_
-#define COMPONENTS_CRASH_APP_CRASH_REPORTER_CLIENT_H_
+#ifndef COMPONENTS_CRASH_CONTENT_APP_CRASH_REPORTER_CLIENT_H_
+#define COMPONENTS_CRASH_CONTENT_APP_CRASH_REPORTER_CLIENT_H_
#include <string>
@@ -155,4 +155,4 @@ class CrashReporterClient {
} // namespace crash_reporter
-#endif // COMPONENTS_CRASH_APP_CRASH_REPORTER_CLIENT_H_
+#endif // COMPONENTS_CRASH_CONTENT_APP_CRASH_REPORTER_CLIENT_H_
« no previous file with comments | « components/crash/content/app/crash_keys_win_unittest.cc ('k') | components/crash/content/app/crash_reporter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698