Index: components/copresence/handlers/directive_handler.cc |
diff --git a/components/copresence/handlers/directive_handler.cc b/components/copresence/handlers/directive_handler.cc |
index 79ddf8fbe243a582cb861272304651226224a6a2..2a1c5262ba7145af50b78e946bc6a64ceeaab855 100644 |
--- a/components/copresence/handlers/directive_handler.cc |
+++ b/components/copresence/handlers/directive_handler.cc |
@@ -1,6 +1,6 @@ |
// Copyright 2014 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
+// Use of this source code is governed by a BSD-style license |
+// that can be found in the LICENSE file. |
#include "components/copresence/handlers/directive_handler.h" |
@@ -35,4 +35,9 @@ void DirectiveHandler::RemoveDirectives(const std::string& /* op_id */) { |
// TODO(rkc): Forward the remove directive call to all the directive handlers. |
} |
+// Protected |
+ |
+DirectiveHandler::DirectiveHandler() { |
Daniel Erat
2014/08/06 00:44:46
this leaves the object in a state where methods wi
Charlie
2014/08/06 19:32:18
Not sure I understand - FakeDirectiveHandler is th
|
+} |
+ |
} // namespace copresence |