diff options
Diffstat (limited to 'chrome/browser/google_apis/gdata_wapi_service.cc')
-rw-r--r-- | chrome/browser/google_apis/gdata_wapi_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google_apis/gdata_wapi_service.cc b/chrome/browser/google_apis/gdata_wapi_service.cc index a752fcc..9aec34c 100644 --- a/chrome/browser/google_apis/gdata_wapi_service.cc +++ b/chrome/browser/google_apis/gdata_wapi_service.cc @@ -9,7 +9,7 @@ #include "base/bind.h" #include "base/message_loop.h" -#include "base/stringprintf.h" +#include "base/strings/stringprintf.h" #include "base/values.h" #include "chrome/browser/google_apis/auth_service.h" #include "chrome/browser/google_apis/drive_api_parser.h" |