blob: 7cfa4cca723f464e74638cfb4f9b3fc9fc925b4e [file] [log] [blame]
license.botf003cfe2008-08-24 09:55:55 +09001// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
initial.commit3f4a7322008-07-27 06:49:38 +09004
5#include "base/gfx/native_theme.h"
6
7#include "testing/gtest/include/gtest/gtest.h"
8
9TEST(NativeThemeTest, Init) {
10 ASSERT_TRUE(gfx::NativeTheme::instance() != NULL);
11}
license.botf003cfe2008-08-24 09:55:55 +090012