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

Unified Diff: components/breakpad/app/breakpad_client.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_client.h ('k') | components/breakpad/app/breakpad_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/breakpad/app/breakpad_client.cc
diff --git a/components/breakpad/breakpad_client.cc b/components/breakpad/app/breakpad_client.cc
similarity index 98%
rename from components/breakpad/breakpad_client.cc
rename to components/breakpad/app/breakpad_client.cc
index 26ba755335f7f326d0a2db9ba8730596beed302d..0c488da67b889ec25181b4beb83af9d466a27e62 100644
--- a/components/breakpad/breakpad_client.cc
+++ b/components/breakpad/app/breakpad_client.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_client.h"
+#include "components/breakpad/app/breakpad_client.h"
#include "base/files/file_path.h"
#include "base/logging.h"
« no previous file with comments | « components/breakpad/app/breakpad_client.h ('k') | components/breakpad/app/breakpad_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698