diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-19 10:20:05 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-19 10:20:05 +0000 |
commit | cf13ff128e01da5f57d1ba8777a63a8abec9ac61 (patch) | |
tree | 8e8b50e527714f4a0e1db341e7c318023bca5805 /media/audio | |
parent | 3ceaeff78f686c75874520abba17f13602a7eb12 (diff) | |
download | chromium_src-cf13ff128e01da5f57d1ba8777a63a8abec9ac61.zip chromium_src-cf13ff128e01da5f57d1ba8777a63a8abec9ac61.tar.gz chromium_src-cf13ff128e01da5f57d1ba8777a63a8abec9ac61.tar.bz2 |
Attempt to heal the cros asan bots
BUG=176923
TBR=xians
Review URL: https://codereview.chromium.org/12302022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183194 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/audio')
-rw-r--r-- | media/audio/cras/audio_manager_cras.cc | 2 | ||||
-rw-r--r-- | media/audio/cras/audio_manager_cras.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media/audio/cras/audio_manager_cras.cc b/media/audio/cras/audio_manager_cras.cc index 2d0d9cf..5dd021a 100644 --- a/media/audio/cras/audio_manager_cras.cc +++ b/media/audio/cras/audio_manager_cras.cc @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/media/audio/cras/audio_manager_cras.h b/media/audio/cras/audio_manager_cras.h index 7ff7ba4..44b61dd 100644 --- a/media/audio/cras/audio_manager_cras.h +++ b/media/audio/cras/audio_manager_cras.h @@ -1,4 +1,4 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. |