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

Unified Diff: remoting/host/json_host_config.cc

Issue 3814013: FBTF: Monster ctor patch after changing heuristics in clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: More add file fail Created 10 years, 2 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 | « remoting/host/json_host_config.h ('k') | remoting/protocol/messages_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/json_host_config.cc
diff --git a/remoting/host/json_host_config.cc b/remoting/host/json_host_config.cc
index 897402c8e50c64526e8add1edda4b37f6954bb57..f97b343a5f5183e501b12e52196a175a94f87d99 100644
--- a/remoting/host/json_host_config.cc
+++ b/remoting/host/json_host_config.cc
@@ -21,6 +21,8 @@ JsonHostConfig::JsonHostConfig(
message_loop_proxy_(file_message_loop_proxy) {
}
+JsonHostConfig::~JsonHostConfig() {}
+
bool JsonHostConfig::Read() {
// TODO(sergeyu): Implement better error handling here.
std::string file_content;
« no previous file with comments | « remoting/host/json_host_config.h ('k') | remoting/protocol/messages_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698