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

Unified Diff: chrome/browser/ui/webui/BidiCheckerWebUITest.h

Issue 7749005: Renaming BidiCheckerWebUITest.cc/h to bidi_checker_web_ui_test.cc/h (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/BidiCheckerWebUITest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/BidiCheckerWebUITest.h
diff --git a/chrome/browser/ui/webui/BidiCheckerWebUITest.h b/chrome/browser/ui/webui/BidiCheckerWebUITest.h
deleted file mode 100644
index f5224716ddbba514a63fe2ebc3786b3787e7c79e..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/BidiCheckerWebUITest.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_WEBUI_BIDICHECKERWEBUITEST_H_
-#define CHROME_BROWSER_UI_WEBUI_BIDICHECKERWEBUITEST_H_
-#pragma once
-
-#include "chrome/browser/ui/webui/web_ui_browsertest.h"
-#include "chrome/test/base/in_process_browser_test.h"
-
-// Base class for BidiChecker-based tests. Preloads the BidiChecker JS library
-// for each test.
-class WebUIBidiCheckerBrowserTest : public WebUIBrowserTest {
- public:
- virtual ~WebUIBidiCheckerBrowserTest();
-
- // Runs the Bidi Checker on the given page URL. |isRTL| should be true when
- // the active page locale of the page is RTL.
- void RunBidiCheckerOnPage(const char pageURL[], bool isRTL);
-
- protected:
- WebUIBidiCheckerBrowserTest();
-
- // Setup test path.
- virtual void SetUpInProcessBrowserTestFixture();
-};
-
-#endif // CHROME_BROWSER_UI_WEBUI_BIDICHECKERWEBUITEST_H_
« no previous file with comments | « no previous file | chrome/browser/ui/webui/BidiCheckerWebUITest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698