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

Unified Diff: components/crash/app/breakpad_linux_impl.h

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/breakpad_linux.cc ('k') | components/crash/app/breakpad_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/app/breakpad_linux_impl.h
diff --git a/components/breakpad/app/breakpad_linux_impl.h b/components/crash/app/breakpad_linux_impl.h
similarity index 91%
rename from components/breakpad/app/breakpad_linux_impl.h
rename to components/crash/app/breakpad_linux_impl.h
index f662236664546261db66d0fa97be59b20428dc82..b306e52ffd09887602909d49a932e8441439a520 100644
--- a/components/breakpad/app/breakpad_linux_impl.h
+++ b/components/crash/app/breakpad_linux_impl.h
@@ -6,14 +6,14 @@
// shared between crash_handler_host_linux.cc and breakpad_linux.cc. It should
// only be used in files compiled with linux_breakpad=1.
-#ifndef COMPONENTS_BREAKPAD_APP_BREAKPAD_LINUX_IMPL_H_
-#define COMPONENTS_BREAKPAD_APP_BREAKPAD_LINUX_IMPL_H_
+#ifndef COMPONENTS_CRASH_APP_BREAKPAD_LINUX_IMPL_H_
+#define COMPONENTS_CRASH_APP_BREAKPAD_LINUX_IMPL_H_
#include <sys/types.h>
#include "base/basictypes.h"
#include "breakpad/src/common/simple_string_dictionary.h"
-#include "components/breakpad/app/breakpad_linux.h"
+#include "components/crash/app/breakpad_linux.h"
namespace breakpad {
@@ -62,4 +62,4 @@ extern void HandleCrashDump(const BreakpadInfo& info);
} // namespace breakpad
-#endif // COMPONENTS_BREAKPAD_APP_BREAKPAD_LINUX_IMPL_H_
+#endif // COMPONENTS_CRASH_APP_BREAKPAD_LINUX_IMPL_H_
« no previous file with comments | « components/crash/app/breakpad_linux.cc ('k') | components/crash/app/breakpad_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698