| Index: media/base/ranges_unittest.cc
|
| diff --git a/media/base/ranges_unittest.cc b/media/base/ranges_unittest.cc
|
| index 967d138cea1fb829ce6b0c78bb0c3c7c4277bbaa..ad9f0d31a47ab998626d3401e8515a224b7d67dd 100644
|
| --- a/media/base/ranges_unittest.cc
|
| +++ b/media/base/ranges_unittest.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include <sstream>
|
| -
|
| #include "media/base/ranges.h"
|
|
|
| -#include "base/string_piece.h"
|
| +#include <sstream>
|
| +
|
| +#include "base/strings/string_piece.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace media {
|
|
|