summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-07 11:02:09 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-07 11:02:09 +0000
commitb5d22782cab7f37bd71cfaa6ed4a42ea4c5eefc3 (patch)
treed2e43e34d1e8aa5273d235c962132b38bb561a6a /chrome/test
parent264a1dc5d734311d1b5c9c6572188d97a8c35cc0 (diff)
downloadchromium_src-b5d22782cab7f37bd71cfaa6ed4a42ea4c5eefc3.zip
chromium_src-b5d22782cab7f37bd71cfaa6ed4a42ea4c5eefc3.tar.gz
chromium_src-b5d22782cab7f37bd71cfaa6ed4a42ea4c5eefc3.tar.bz2
Move TranslateStep enum into the Translate component core code.
This enum will be needed by the core Translate code. This CL moves it out of TranslateTabHelper (which will stay in //chrome) into a standalone translate_step.h file within the Translate component core code. It also renames the enum values to be prefixed by TRANSLATE_STEP_ in accordance with naming conventions for standalone enums (i.e., enums not defined within a class). BUG=360002 TBR=jochen Review URL: https://codereview.chromium.org/227043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262109 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/base/test_browser_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index 90569d0..1346b60 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -106,7 +106,7 @@ class TestBrowserWindow : public BrowserWindow {
const WebApplicationInfo& web_app_info,
const std::string& extension_id) OVERRIDE {}
virtual void ShowTranslateBubble(content::WebContents* contents,
- TranslateTabHelper::TranslateStep step,
+ translate::TranslateStep step,
TranslateErrors::Type error_type) OVERRIDE {}
#if defined(ENABLE_ONE_CLICK_SIGNIN)
virtual void ShowOneClickSigninBubble(