Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10276)

Unified Diff: components/signin/core/browser/child_account_info_fetcher_android.cc

Issue 2209993003: Add missing using statements for JNI types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/safe_json/json_sanitizer_android.cc ('k') | components/sync/android/model_type_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/child_account_info_fetcher_android.cc
diff --git a/components/signin/core/browser/child_account_info_fetcher_android.cc b/components/signin/core/browser/child_account_info_fetcher_android.cc
index 132158856ed0217b50e24c221dff74176b426fb6..dbb6e6a827b58b2cfb7b39fa4dc184a5aa613d85 100644
--- a/components/signin/core/browser/child_account_info_fetcher_android.cc
+++ b/components/signin/core/browser/child_account_info_fetcher_android.cc
@@ -10,6 +10,8 @@
#include "components/signin/core/browser/account_tracker_service.h"
#include "jni/ChildAccountInfoFetcher_jni.h"
+using base::android::JavaParamRef;
+
// static
void ChildAccountInfoFetcherAndroid::StartFetchingChildAccountInfo(
AccountFetcherService* service,
« no previous file with comments | « components/safe_json/json_sanitizer_android.cc ('k') | components/sync/android/model_type_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698