From 3ea1b18715919a522c6711e5ca5f2fd40e485850 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Fri, 8 Feb 2013 22:38:41 +0000 Subject: Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories. Review URL: https://codereview.chromium.org/12218065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181564 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/web_apps.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/web_apps.cc') diff --git a/chrome/common/web_apps.cc b/chrome/common/web_apps.cc index f441834..4492de1 100644 --- a/chrome/common/web_apps.cc +++ b/chrome/common/web_apps.cc @@ -9,8 +9,8 @@ #include "base/json/json_reader.h" #include "base/string16.h" -#include "base/string_number_conversions.h" #include "base/string_split.h" +#include "base/strings/string_number_conversions.h" #include "base/utf_string_conversions.h" #include "base/values.h" #include "chrome/common/json_schema_validator.h" -- cgit v1.1