chromium/chrome/common/pref_names_util_unittest.cc

// 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 "chrome/common/pref_names_util.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace {

void ExpectNoParse(const std::string& path) {}

void ExpectParse(const std::string& path,
                 const std::string& expected_generic_family,
                 const std::string& expected_script)
{}

}  // namespace

TEST(PrefNamesUtilTest, Basic) {}