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

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 10391158: Moves methods for finding browsers to browser_finder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include fixs Created 8 years, 7 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/browser/automation/testing_automation_provider.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index ba40105dbb5b505a51ad7f5ca02143c5df1d8dd4..91313030cf01c84b0cd93e27e5af1955e5f1277f 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -35,6 +35,7 @@ class PowerManagerClientObserverForTesting;
class AutofillProfile;
class CreditCard;
class ImporterList;
+struct NativeWebKeyboardEvent;
namespace base {
class DictionaryValue;
@@ -44,6 +45,10 @@ namespace content {
class RenderViewHost;
}
+namespace gfx {
+class Rect;
+}
+
namespace webkit {
struct WebPluginInfo;
}

Powered by Google App Engine
This is Rietveld 408576698