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

Unified Diff: chrome/app/breakpad_linux.h

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 | « build/filename_rules.gypi ('k') | chrome/app/breakpad_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_linux.h
diff --git a/chrome/app/breakpad_linuxish.h b/chrome/app/breakpad_linux.h
similarity index 91%
rename from chrome/app/breakpad_linuxish.h
rename to chrome/app/breakpad_linux.h
index 9a7e2fd5fa1b7eca191a1a534ae2aca56a2c9945..3747a0d289f467616f06d3ac4b47f13812a51b17 100644
--- a/chrome/app/breakpad_linuxish.h
+++ b/chrome/app/breakpad_linux.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 CHROME_APP_BREAKPAD_LINUXISH_H_
-#define CHROME_APP_BREAKPAD_LINUXISH_H_
+#ifndef CHROME_APP_BREAKPAD_LINUX_H_
+#define CHROME_APP_BREAKPAD_LINUX_H_
#pragma once
#include "base/basictypes.h"
@@ -33,4 +33,4 @@ struct BreakpadInfo {
extern void HandleCrashDump(const BreakpadInfo& info);
-#endif // CHROME_APP_BREAKPAD_LINUXISH_H_
+#endif // CHROME_APP_BREAKPAD_LINUX_H_
« no previous file with comments | « build/filename_rules.gypi ('k') | chrome/app/breakpad_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698