blob: 748bcc4dfa802bd7e5caaf91faf0e40e8cd4d791 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright 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.
#ifndef BASE_STRING_SPLIT_H_
#define BASE_STRING_SPLIT_H_
// TODO(tfarina) remove this file when all callers are updated to the new
// location.
#include "base/strings/string_split.h"
#endif // BASE_STRING_SPLIT_H_
|