Reland the ULONG -> SIZE_T change from 317177
[chromium-blink-merge.git] / extensions / browser / api / audio / audio_apitest.cc
blob7194802a73d2317c6bf8bdfdf1ed55df57da5e13
1 // Copyright (c) 2013 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 "extensions/shell/test/shell_apitest.h"
7 namespace extensions {
9 using AudioApiTest = ShellApiTest;
11 #if defined(OS_CHROMEOS)
12 IN_PROC_BROWSER_TEST_F(AudioApiTest, Audio) {
13 EXPECT_TRUE(RunAppTest("api_test/audio")) << message_;
15 #endif
17 } // namespace extensions