chromium/remoting/signaling/server_log_entry_unittest.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "remoting/signaling/server_log_entry_unittest.h"

#include <sstream>

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/libjingle_xmpp/xmllite/xmlelement.h"

QName;
XmlAttr;
XmlElement;

namespace remoting {

const char kJabberClientNamespace[] =;
const char kChromotingNamespace[] =;

XmlElement* GetLogElementFromStanza(XmlElement* stanza) {}

XmlElement* GetSingleLogEntryFromStanza(XmlElement* stanza) {}

bool VerifyStanza(const std::map<std::string, std::string>& key_value_pairs,
                  const std::set<std::string> keys,
                  const XmlElement* elem,
                  std::string* error) {}

}  // namespace remoting