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

Unified Diff: components/breakpad/app/breakpad_win.cc

Issue 31243002: Move Linux/Android breakpad implementation to breakpad component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 2 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/breakpad/app/breakpad_win.h ('k') | components/breakpad/app/hard_error_handler_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/breakpad/app/breakpad_win.cc
diff --git a/components/breakpad/breakpad_win.cc b/components/breakpad/app/breakpad_win.cc
similarity index 99%
rename from components/breakpad/breakpad_win.cc
rename to components/breakpad/app/breakpad_win.cc
index 744942190d2fb6ad7fbd183f9c6c595f865d93a0..84ee9bbfe12f000d5a62230d0b748d3874aa47cd 100644
--- a/components/breakpad/breakpad_win.cc
+++ b/components/breakpad/app/breakpad_win.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/breakpad/breakpad_win.h"
+#include "components/breakpad/app/breakpad_win.h"
#include <windows.h>
#include <shellapi.h>
@@ -29,8 +29,8 @@
#include "base/win/registry.h"
#include "base/win/win_util.h"
#include "breakpad/src/client/windows/handler/exception_handler.h"
-#include "components/breakpad/breakpad_client.h"
-#include "components/breakpad/hard_error_handler_win.h"
+#include "components/breakpad/app/breakpad_client.h"
+#include "components/breakpad/app/hard_error_handler_win.h"
#include "content/public/common/content_switches.h"
#include "content/public/common/result_codes.h"
#include "sandbox/win/src/nt_internals.h"
« no previous file with comments | « components/breakpad/app/breakpad_win.h ('k') | components/breakpad/app/hard_error_handler_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698