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

Unified Diff: components/crash/content/app/hard_error_handler_win.cc

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
« no previous file with comments | « components/crash/content/app/hard_error_handler_win.h ('k') | components/crash/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/app/hard_error_handler_win.cc
diff --git a/components/crash/app/hard_error_handler_win.cc b/components/crash/content/app/hard_error_handler_win.cc
similarity index 96%
rename from components/crash/app/hard_error_handler_win.cc
rename to components/crash/content/app/hard_error_handler_win.cc
index ee8852297d7e83e05d05c24d8277f53d804d5331..a31066632ea8faff16e7c8ef70c6446c138a49eb 100644
--- a/components/crash/app/hard_error_handler_win.cc
+++ b/components/crash/content/app/hard_error_handler_win.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/crash/app/hard_error_handler_win.h"
+#include "components/crash/content/app/hard_error_handler_win.h"
#include <DelayIMP.h>
#include <winternl.h>
#include "base/basictypes.h"
#include "base/strings/string_util.h"
-#include "components/crash/app/crash_reporter_client.h"
+#include "components/crash/content/app/crash_reporter_client.h"
namespace breakpad {
« no previous file with comments | « components/crash/content/app/hard_error_handler_win.h ('k') | components/crash/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698