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

Unified Diff: ui/accelerometer/accelerometer_types.h

Issue 711873002: Fix some minor typos related to the word "accelerate" and its derivative. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/browser/ui/views/panels/panel_view.cc ('k') | ui/base/accelerators/accelerator_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accelerometer/accelerometer_types.h
diff --git a/ui/accelerometer/accelerometer_types.h b/ui/accelerometer/accelerometer_types.h
index 274c7c54be3f0dfc50a0b4dfc9d2b73774d5be36..b3e513ddf240b1c5da4c040fe459ef916e6d8f99 100644
--- a/ui/accelerometer/accelerometer_types.h
+++ b/ui/accelerometer/accelerometer_types.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 UI_ACCEROMETER_ACCELEROMETER_TYPES_H_
-#define UI_ACCEROMETER_ACCELEROMETER_TYPES_H_
+#ifndef UI_ACCELEROMETER_ACCELEROMETER_TYPES_H_
+#define UI_ACCELEROMETER_ACCELEROMETER_TYPES_H_
#include "base/macros.h"
#include "ui/accelerometer/ui_accelerometer_export.h"
@@ -71,6 +71,6 @@ class UI_ACCELEROMETER_EXPORT AccelerometerUpdate {
DISALLOW_COPY_AND_ASSIGN(AccelerometerUpdate);
};
-} // namespace chromeos
+} // namespace ui
-#endif // UI_ACCEROMETER_ACCELEROMETER_TYPES_H_
+#endif // UI_ACCELEROMETER_ACCELEROMETER_TYPES_H_
« no previous file with comments | « chrome/browser/ui/views/panels/panel_view.cc ('k') | ui/base/accelerators/accelerator_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698