0
Files
src/base/string_number_conversions.h
brettw@chromium.org dfa049ee03 Move string_number_conversions to base/strings.
This only updates includes in base and keeps a forwarding header for now to keep the change under control.

BUG=

Review URL: https://codereview.chromium.org/12092078

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181161 0039d316-1c4b-4281-b951-d872f2087c98
2013-02-07 02:57:22 +00:00

8 lines
342 B
C

// 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.
// This file has moved, please use the new location.
// TODO(brettw) remove this file when all users have been updated.
#include "base/strings/string_number_conversions.h"