testOobeLocalization implementation
[chromium-blink-merge.git] / ui / native_theme / native_theme_win_unittest.cc
bloba2bd6aaee98c7b7148be9246474013a545b4d123
1 // Copyright (c) 2012 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.
5 #include "ui/native_theme/native_theme_win.h"
7 #include "testing/gtest/include/gtest/gtest.h"
9 namespace ui {
11 TEST(NativeThemeTest, Init) {
12 ASSERT_TRUE(NativeThemeWin::instance() != NULL);
15 } // namespace ui