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

Unified Diff: chrome/app/breakpad_linux.cc

Issue 10532178: Rename back _linuxish to linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed a typo Created 8 years, 6 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 | « chrome/app/breakpad_linux.h ('k') | chrome/app/breakpad_linuxish.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_linux.cc
diff --git a/chrome/app/breakpad_linuxish.cc b/chrome/app/breakpad_linux.cc
similarity index 99%
rename from chrome/app/breakpad_linuxish.cc
rename to chrome/app/breakpad_linux.cc
index a953e3b1da86ae2183553436fe656bfc48a62310..2bf3e81a0c83c6a74b9b5f2e4962b79a0a46d2a9 100644
--- a/chrome/app/breakpad_linuxish.cc
+++ b/chrome/app/breakpad_linux.cc
@@ -6,7 +6,7 @@
// calls when in seccomp mode.
#define SYS_SYSCALL_ENTRYPOINT "playground$syscallEntryPoint"
-#include "chrome/app/breakpad_linuxish.h"
+#include "chrome/app/breakpad_linux.h"
#include <fcntl.h>
#include <poll.h>
« no previous file with comments | « chrome/app/breakpad_linux.h ('k') | chrome/app/breakpad_linuxish.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698