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

Unified Diff: components/crash/app/crash_keys_win_unittest.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.cc ('k') | components/crash/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/crash/app/crash_keys_win_unittest.cc
diff --git a/components/breakpad/app/crash_keys_win_unittest.cc b/components/crash/app/crash_keys_win_unittest.cc
similarity index 98%
rename from components/breakpad/app/crash_keys_win_unittest.cc
rename to components/crash/app/crash_keys_win_unittest.cc
index 6574e503e16b4c84cac20fcb8e26c86f78621e8b..7dfec8d2427de96d08ce7efcc7a8d7d84141f427 100644
--- a/components/breakpad/app/crash_keys_win_unittest.cc
+++ b/components/crash/app/crash_keys_win_unittest.cc
@@ -2,12 +2,12 @@
// 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 "base/command_line.h"
#include "base/files/file_path.h"
#include "base/strings/stringprintf.h"
-#include "components/breakpad/app/breakpad_client.h"
+#include "components/crash/app/breakpad_client.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/crash/app/crash_keys_win.cc ('k') | components/crash/app/hard_error_handler_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698