// 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_