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

Unified Diff: components/crash/app/crash_keys_win.cc

Issue 485893007: Rename components/breakpad to components/crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + iOS tests Created 6 years, 4 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/app/crash_keys_win.h ('k') | components/crash/app/crash_keys_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/app/crash_keys_win.cc
diff --git a/components/breakpad/app/crash_keys_win.cc b/components/crash/app/crash_keys_win.cc
similarity index 98%
rename from components/breakpad/app/crash_keys_win.cc
rename to components/crash/app/crash_keys_win.cc
index 68bbd389de9ee094fa1a2816d6760e8d736ecf08..064b63e78114be402b6c2eb6f150857acf40030e 100644
--- a/components/breakpad/app/crash_keys_win.cc
+++ b/components/crash/app/crash_keys_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/app/crash_keys_win.h"
+#include "components/crash/app/crash_keys_win.h"
#include <algorithm>
@@ -12,7 +12,7 @@
#include "base/logging.h"
#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
-#include "components/breakpad/app/breakpad_client.h"
+#include "components/crash/app/breakpad_client.h"
namespace breakpad {
« no previous file with comments | « components/crash/app/crash_keys_win.h ('k') | components/crash/app/crash_keys_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698