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

Unified Diff: components/breakpad/app/hard_error_handler_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/hard_error_handler_win.h ('k') | components/breakpad/breakpad_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/breakpad/app/hard_error_handler_win.cc
diff --git a/components/breakpad/hard_error_handler_win.cc b/components/breakpad/app/hard_error_handler_win.cc
similarity index 97%
rename from components/breakpad/hard_error_handler_win.cc
rename to components/breakpad/app/hard_error_handler_win.cc
index 54eac699de0d39074efefaeb4f477ab78964731e..0b07edc66ca45de6821a8911b0fa31a362b3ddcf 100644
--- a/components/breakpad/hard_error_handler_win.cc
+++ b/components/breakpad/app/hard_error_handler_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/hard_error_handler_win.h"
+#include "components/breakpad/app/hard_error_handler_win.h"
#if defined(_WIN32_WINNT_WIN8) && _MSC_VER < 1700
// The Windows 8 SDK defines FACILITY_VISUALCPP in winerror.h, and in
@@ -14,7 +14,7 @@
#include "base/basictypes.h"
#include "base/strings/string_util.h"
-#include "components/breakpad/breakpad_client.h"
+#include "components/breakpad/app/breakpad_client.h"
namespace breakpad {
« no previous file with comments | « components/breakpad/app/hard_error_handler_win.h ('k') | components/breakpad/breakpad_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698