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

Unified Diff: remoting/host/ui_strings.h

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
Index: remoting/host/ui_strings.h
diff --git a/remoting/host/ui_strings.h b/remoting/host/ui_strings.h
index 8f52008e6918a2b3a6c0f684b632c9a9cc705bf9..f78c99c184fdfa8fa96439a099f303df2bd9ce35 100644
--- a/remoting/host/ui_strings.h
+++ b/remoting/host/ui_strings.h
@@ -19,6 +19,7 @@
namespace remoting {
struct UiStrings {
+ public:
Lambros 2013/01/16 02:30:47 Do we normally add public: at the top of struct?
alexeypa (please no reviews) 2013/01/16 16:55:35 Done.
UiStrings();
~UiStrings();

Powered by Google App Engine
This is Rietveld 408576698