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

Unified Diff: chrome/test/base/web_ui_browser_test.h

Issue 304793002: Support automatically resolving dependencies in javascript tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Various fixes. Created 6 years, 7 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/test/base/web_ui_browser_test.h
diff --git a/chrome/test/base/web_ui_browsertest.h b/chrome/test/base/web_ui_browser_test.h
similarity index 98%
rename from chrome/test/base/web_ui_browsertest.h
rename to chrome/test/base/web_ui_browser_test.h
index 3f35b56360f0ed363550cec68cece73282e93c81..da8cec4a7db8fc89bb9f9e763bdaf67d0dc04fe3 100644
--- a/chrome/test/base/web_ui_browsertest.h
+++ b/chrome/test/base/web_ui_browser_test.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_TEST_BASE_WEB_UI_BROWSERTEST_H_
-#define CHROME_TEST_BASE_WEB_UI_BROWSERTEST_H_
+#ifndef CHROME_TEST_BASE_WEB_UI_BROWSER_TEST_H_
+#define CHROME_TEST_BASE_WEB_UI_BROWSER_TEST_H_
#include <string>
#include <vector>
@@ -188,4 +188,4 @@ class WebUIBrowserTest : public InProcessBrowserTest {
scoped_ptr<TestChromeWebUIControllerFactory> test_factory_;
};
-#endif // CHROME_TEST_BASE_WEB_UI_BROWSERTEST_H_
+#endif // CHROME_TEST_BASE_WEB_UI_BROWSER_TEST_H_

Powered by Google App Engine
This is Rietveld 408576698