summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
Diffstat (limited to 'o3d')
-rw-r--r--o3d/breakpad/win/crash_sender_win32.cc2
-rw-r--r--o3d/breakpad/win/exception_handler_win32.cc2
-rw-r--r--o3d/breakpad/win/exception_handler_win32.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/o3d/breakpad/win/crash_sender_win32.cc b/o3d/breakpad/win/crash_sender_win32.cc
index 4d62e5f..b5c60c2 100644
--- a/o3d/breakpad/win/crash_sender_win32.cc
+++ b/o3d/breakpad/win/crash_sender_win32.cc
@@ -31,7 +31,7 @@
//
// Breakpad crash report uploader
-// (adapted from code in Google Gears)
+// (adapted from code in Gears)
//
diff --git a/o3d/breakpad/win/exception_handler_win32.cc b/o3d/breakpad/win/exception_handler_win32.cc
index c51eab0..ade738f 100644
--- a/o3d/breakpad/win/exception_handler_win32.cc
+++ b/o3d/breakpad/win/exception_handler_win32.cc
@@ -31,7 +31,7 @@
//
// Wrapper class for using the Breakpad crash reporting system.
-// (adapted from code in Google Gears)
+// (adapted from code in Gears)
//
#include <windows.h>
diff --git a/o3d/breakpad/win/exception_handler_win32.h b/o3d/breakpad/win/exception_handler_win32.h
index 9986023..a7bd045 100644
--- a/o3d/breakpad/win/exception_handler_win32.h
+++ b/o3d/breakpad/win/exception_handler_win32.h
@@ -31,7 +31,7 @@
//
// Wrapper class for using the Breakpad crash reporting system.
-// (adapted from code in Google Gears)
+// (adapted from code in Gears)
//
#ifndef O3D_BREAKPAD_WIN_EXCEPTION_HANDLER_WIN32_H_