diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-10 20:02:25 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-10 20:02:25 +0000 |
commit | a8ba6369d632006245574b26a2b4ee8cc21ca25f (patch) | |
tree | 60dd9ebffc2d967a8f0fd4261fefe7966719d8af /ceee | |
parent | bee4104e372d9cbf9e3d2c15b405e96676ebc5f3 (diff) | |
download | chromium_src-a8ba6369d632006245574b26a2b4ee8cc21ca25f.zip chromium_src-a8ba6369d632006245574b26a2b4ee8cc21ca25f.tar.gz chromium_src-a8ba6369d632006245574b26a2b4ee8cc21ca25f.tar.bz2 |
Part 2 of reapplying r64637.
Move the automation message files from chrome/test/automation to
chrome/common/. This requires a temporary override to chrome/common/DEPS until
Part 3 lands.
BUG=51409
TEST=compiles
Review URL: http://codereview.chromium.org/4758001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65695 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ceee')
-rw-r--r-- | ceee/ie/plugin/bho/browser_helper_object.cc | 2 | ||||
-rw-r--r-- | ceee/ie/plugin/toolband/tool_band.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ceee/ie/plugin/bho/browser_helper_object.cc b/ceee/ie/plugin/bho/browser_helper_object.cc index cc2be5e..570e67f 100644 --- a/ceee/ie/plugin/bho/browser_helper_object.cc +++ b/ceee/ie/plugin/bho/browser_helper_object.cc @@ -28,8 +28,8 @@ #include "ceee/ie/plugin/scripting/script_host.h" #include "chrome/browser/automation/extension_automation_constants.h" #include "chrome/browser/extensions/extension_tabs_module_constants.h" +#include "chrome/common/automation_constants.h" #include "chrome/common/url_constants.h" -#include "chrome/test/automation/automation_constants.h" #include "googleurl/src/gurl.h" #include "broker_lib.h" // NOLINT diff --git a/ceee/ie/plugin/toolband/tool_band.cc b/ceee/ie/plugin/toolband/tool_band.cc index e3ea63c..eee6488 100644 --- a/ceee/ie/plugin/toolband/tool_band.cc +++ b/ceee/ie/plugin/toolband/tool_band.cc @@ -19,8 +19,8 @@ #include "ceee/ie/common/extension_manifest.h" #include "ceee/ie/common/ceee_module_util.h" #include "ceee/ie/plugin/bho/tool_band_visibility.h" +#include "chrome/common/automation_constants.h" #include "chrome/common/chrome_switches.h" -#include "chrome/test/automation/automation_constants.h" #include "chrome_frame/com_message_event.h" _ATL_FUNC_INFO ToolBand::handler_type_idispatch_ = |