diff options
Diffstat (limited to 'chrome/browser/google_apis/drive_api_parser.h')
-rw-r--r-- | chrome/browser/google_apis/drive_api_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google_apis/drive_api_parser.h b/chrome/browser/google_apis/drive_api_parser.h index 73852a6..7042320 100644 --- a/chrome/browser/google_apis/drive_api_parser.h +++ b/chrome/browser/google_apis/drive_api_parser.h @@ -13,7 +13,7 @@ #include "base/memory/scoped_vector.h" #include "base/strings/string_piece.h" #include "base/time/time.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" // TODO(kochi): Eliminate this dependency once dependency to EntryKind is gone. // http://crbug.com/142293 #include "chrome/browser/google_apis/gdata_wapi_parser.h" |