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

Unified Diff: chrome/browser/ui/webui/options2/options_ui2_browsertest.h

Issue 10698140: Remove "2" suffixes from options2 code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 5 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
Index: chrome/browser/ui/webui/options2/options_ui2_browsertest.h
diff --git a/chrome/browser/ui/webui/options2/options_ui2_browsertest.h b/chrome/browser/ui/webui/options2/options_ui2_browsertest.h
deleted file mode 100644
index 600d7140364a15ea06d683fffff0874e71aa6dea..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/options2/options_ui2_browsertest.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright (c) 2012 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_OPTIONS2_OPTIONS_UI2_BROWSERTEST_H_
-#define CHROME_BROWSER_UI_WEBUI_OPTIONS2_OPTIONS_UI2_BROWSERTEST_H_
-#pragma once
-
-#include "base/basictypes.h"
-#include "chrome/test/base/in_process_browser_test.h"
-
-namespace options2 {
-
-class OptionsBrowserTest : public InProcessBrowserTest {
- public:
- OptionsBrowserTest();
-
- // Navigate to the settings tab and block until complete.
- void NavigateToSettings();
-
- // Check navbar's existence.
- void VerifyNavbar();
-
- // Verify that the page title is correct.
- // The only guarantee we can make about the title of a settings tab is that
- // it should contain IDS_SETTINGS_TITLE somewhere.
- void VerifyTitle();
-};
-
-} // namespace options2
-
-#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_OPTIONS_UI2_BROWSERTEST_H_
« no previous file with comments | « chrome/browser/ui/webui/options2/options_ui2.cc ('k') | chrome/browser/ui/webui/options2/options_ui2_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698