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

Unified Diff: components/crash/app/breakpad_client.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/DEPS ('k') | components/crash/app/breakpad_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/app/breakpad_client.h
diff --git a/components/breakpad/app/breakpad_client.h b/components/crash/app/breakpad_client.h
similarity index 96%
rename from components/breakpad/app/breakpad_client.h
rename to components/crash/app/breakpad_client.h
index 7ade184c230e5aacc093a8224717a572368f3bec..7fe62e2551a214cdf4c701fb1e48c48c1c198d54 100644
--- a/components/breakpad/app/breakpad_client.h
+++ b/components/crash/app/breakpad_client.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_BREAKPAD_APP_BREAKPAD_CLIENT_H_
-#define COMPONENTS_BREAKPAD_APP_BREAKPAD_CLIENT_H_
+#ifndef COMPONENTS_CRASH_APP_BREAKPAD_CLIENT_H_
+#define COMPONENTS_CRASH_APP_BREAKPAD_CLIENT_H_
#include <string>
@@ -33,7 +33,7 @@ class BreakpadClient;
// breakpad code is called, and should stay alive throughout the entire runtime.
void SetBreakpadClient(BreakpadClient* client);
-#if defined(BREAKPAD_IMPLEMENTATION)
+#if defined(CRASH_IMPLEMENTATION)
// Breakpad's embedder API should only be used by breakpad.
BreakpadClient* GetBreakpadClient();
#endif
@@ -140,4 +140,4 @@ class BreakpadClient {
} // namespace breakpad
-#endif // COMPONENTS_BREAKPAD_APP_BREAKPAD_CLIENT_H_
+#endif // COMPONENTS_CRASH_APP_BREAKPAD_CLIENT_H_
« no previous file with comments | « components/crash/app/DEPS ('k') | components/crash/app/breakpad_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698