// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "dbus/string_util.h" #include <stddef.h> #include "base/strings/string_util.h" namespace dbus { // This implementation is based upon D-Bus Specification Version 0.19. bool IsValidObjectPath(const std::string& value) { … } } // namespace dbus