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

Unified Diff: chrome/android/testshell/testshell_stubs.cc

Issue 11186010: Update geolocation infobar to handle Android system settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updates 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
Index: chrome/android/testshell/testshell_stubs.cc
diff --git a/chrome/android/testshell/testshell_stubs.cc b/chrome/android/testshell/testshell_stubs.cc
index 67edc68db05352bc1dd322644056228efda88956..162dd3c6c2b9a1aab52703ea64a70e9c6d4d7710 100644
--- a/chrome/android/testshell/testshell_stubs.cc
+++ b/chrome/android/testshell/testshell_stubs.cc
@@ -4,8 +4,8 @@
#include "base/logging.h"
#include "chrome/browser/android/tab_android.h"
-#include "chrome/browser/autofill/autofill_external_delegate.h"
#include "chrome/browser/api/infobars/confirm_infobar_delegate.h"
+#include "chrome/browser/autofill/autofill_external_delegate.h"
// This file contains temporary stubs to allow the libtestshell target to
// compile. They will be removed once real implementations are

Powered by Google App Engine
This is Rietveld 408576698