chromium/extensions/renderer/utils_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 "extensions/grit/extensions_renderer_resources.h"
#include "extensions/renderer/module_system_test.h"

namespace extensions {
namespace {

class UtilsUnittest : public ModuleSystemTest {};

TEST_F(UtilsUnittest, TestNothing) {}

TEST_F(UtilsUnittest, SuperClass) {}

}  // namespace
}  // namespace extensions