summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-09 18:27:53 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-09 18:27:53 +0000
commitc4ad24f808242ec7e2d33a4c718e6d4e25b15270 (patch)
tree766692ec8cff863bccca44fcca12cc4c9770804f /chrome/browser/automation
parentc86b2ce7ee623ddbbd4a75e005d1a6a9322a3a20 (diff)
downloadchromium_src-c4ad24f808242ec7e2d33a4c718e6d4e25b15270.zip
chromium_src-c4ad24f808242ec7e2d33a4c718e6d4e25b15270.tar.gz
chromium_src-c4ad24f808242ec7e2d33a4c718e6d4e25b15270.tar.bz2
Move Event files into views/events
BUG=none TEST=none TBR=sky Review URL: http://codereview.chromium.org/6459024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74305 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation')
-rw-r--r--chrome/browser/automation/automation_provider.cc2
-rw-r--r--chrome/browser/automation/automation_provider.h2
-rw-r--r--chrome/browser/automation/testing_automation_provider.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
index 461e43d..9175049 100644
--- a/chrome/browser/automation/automation_provider.cc
+++ b/chrome/browser/automation/automation_provider.cc
@@ -99,7 +99,7 @@
#include "net/proxy/proxy_config_service_fixed.h"
#include "net/url_request/url_request_context.h"
#include "chrome/browser/automation/ui_controls.h"
-#include "views/event.h"
+#include "views/events/event.h"
#include "webkit/glue/password_form.h"
#if defined(OS_WIN)
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index 3d4791d..a9dbc9d 100644
--- a/chrome/browser/automation/automation_provider.h
+++ b/chrome/browser/automation/automation_provider.h
@@ -34,7 +34,7 @@
#if defined(OS_WIN)
#include "ui/gfx/native_widget_types.h"
-#include "views/event.h"
+#include "views/events/event.h"
#endif // defined(OS_WIN)
class PopupMenuWaiter;
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
index b896b3f..4d08873 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -80,7 +80,7 @@
#include "net/url_request/url_request_context.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
#include "ui/base/message_box_flags.h"
-#include "views/event.h"
+#include "views/events/event.h"
#include "webkit/plugins/npapi/plugin_list.h"
namespace {