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" |