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

Unified Diff: media/base/android/media_player_bridge.cc

Issue 11187025: Android: fixes nit for "using" clause order, no functional changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « no previous file | sync/util/session_utils_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_player_bridge.cc
diff --git a/media/base/android/media_player_bridge.cc b/media/base/android/media_player_bridge.cc
index af24c521a8f54ef8ec44be9bb1b865ff124a1e2c..d2f0d47bc87d92993e922a4ef81c92a668671de4 100644
--- a/media/base/android/media_player_bridge.cc
+++ b/media/base/android/media_player_bridge.cc
@@ -19,8 +19,8 @@ using base::android::AttachCurrentThread;
using base::android::CheckException;
using base::android::ConvertUTF8ToJavaString;
using base::android::GetClass;
-using base::android::MethodID;
using base::android::JavaRef;
+using base::android::MethodID;
using base::android::ScopedJavaLocalRef;
// These constants are from the android source tree and need to be kept in
« no previous file with comments | « no previous file | sync/util/session_utils_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698