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

Unified Diff: services/keyboard_native/text_update_key.cc

Issue 1327033004: Allow building mojo_shell and non-graphical apps/services on a Mac (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: review feedback Created 5 years, 3 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 | « services/keyboard_native/text_update_key.h ('k') | services/prediction/dictionary_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/keyboard_native/text_update_key.cc
diff --git a/services/keyboard_native/text_update_key.cc b/services/keyboard_native/text_update_key.cc
index d39e2fdbc6833de377f4e83b19d76051fcd01fe5..539ca20d1b027a472ddfc000f2a09e8b8e0ed277 100644
--- a/services/keyboard_native/text_update_key.cc
+++ b/services/keyboard_native/text_update_key.cc
@@ -74,4 +74,5 @@ void TextUpdateKey::OnTouchUp() {
void TextUpdateKey::ChangeText(std::string new_text) {
text_ = new_text;
}
-} // namespace keyboard
+
+} // namespace keyboard
« no previous file with comments | « services/keyboard_native/text_update_key.h ('k') | services/prediction/dictionary_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698