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

Unified Diff: remoting/host/ui_strings.cc

Issue 11886051: Turned UiStrings into a singleton so that the continue window does not depend on ChromotingHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback Created 7 years, 11 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
« remoting/host/ui_strings.h ('K') | « remoting/host/ui_strings.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/ui_strings.cc
diff --git a/remoting/host/ui_strings.cc b/remoting/host/ui_strings.cc
index 1c0c4c3428f864c7bff3b4bc1efd1c15006ca42b..1c20de73194836b808b3dfd13fd1b9f77bfa4903 100644
--- a/remoting/host/ui_strings.cc
+++ b/remoting/host/ui_strings.cc
@@ -29,6 +29,6 @@ UiStrings::UiStrings() :
stop_sharing_button_text(ASCIIToUTF16("Stop Sharing")) {
}
-UiStrings::~UiStrings() { }
+UiStrings::~UiStrings() {}
-}
+} // anmespace remoting
Lambros 2013/01/16 02:30:47 typo
alexeypa (please no reviews) 2013/01/16 16:55:35 Done.
« remoting/host/ui_strings.h ('K') | « remoting/host/ui_strings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698