summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/window_proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation/window_proxy.cc')
-rw-r--r--chrome/test/automation/window_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/window_proxy.cc b/chrome/test/automation/window_proxy.cc
index 1a8f56b..65d6cf4 100644
--- a/chrome/test/automation/window_proxy.cc
+++ b/chrome/test/automation/window_proxy.cc
@@ -7,13 +7,13 @@
#include <vector>
#include <algorithm>
-#include "base/gfx/rect.h"
#include "base/logging.h"
#include "chrome/test/automation/automation_constants.h"
#include "chrome/test/automation/automation_messages.h"
#include "chrome/test/automation/automation_proxy.h"
#include "chrome/test/automation/browser_proxy.h"
#include "chrome/test/automation/tab_proxy.h"
+#include "gfx/rect.h"
#include "googleurl/src/gurl.h"
bool WindowProxy::SimulateOSClick(const gfx::Point& click, int flags) {