Chromium Code Reviews| Index: media/base/android/cookie_getter.cc |
| diff --git a/media/base/android/cookie_getter.cc b/media/base/android/cookie_getter.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1cbe0a2ebf678cd160d82a2b1635f07ae80a651b |
| --- /dev/null |
| +++ b/media/base/android/cookie_getter.cc |
| @@ -0,0 +1,12 @@ |
| +// Copyright (c) 2012 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. |
| + |
| +#include "media/base/android/cookie_getter.h" |
| + |
| +namespace media { |
| + |
| +CookieGetter::~CookieGetter() { |
|
scherkus (not reviewing)
2012/09/10 12:19:08
nit: {} on one line
qinmin
2012/09/11 04:50:24
Done.
|
| +} |
| + |
| +} // namespace media |