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

Unified Diff: content/public/test/content_browser_test_utils.h

Issue 214823006: Move ContentBrowserTest class to content/public, since it's used by components_browsertests for bro… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: remove other files Created 6 years, 9 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 | « content/public/test/content_browser_test.cc ('k') | content/public/test/content_browser_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/content_browser_test_utils.h
===================================================================
--- content/public/test/content_browser_test_utils.h (revision 259922)
+++ content/public/test/content_browser_test_utils.h (working copy)
@@ -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 CONTENT_TEST_CONTENT_BROWSER_TEST_UTILS_H_
-#define CONTENT_TEST_CONTENT_BROWSER_TEST_UTILS_H_
+#ifndef CONTENT_PUBLIC_TEST_CONTENT_BROWSER_TEST_UTILS_H_
+#define CONTENT_PUBLIC_TEST_CONTENT_BROWSER_TEST_UTILS_H_
#include "base/memory/ref_counted.h"
#include "ui/gfx/native_widget_types.h"
@@ -17,7 +17,8 @@
class Rect;
}
-// A collections of functions designed for use with content_browsertests.
+// A collections of functions designed for use with content_shell based browser
+// tests.
// Note: if a function here also works with browser_tests, it should be in
// content\public\test\browser_test_utils.h
@@ -77,4 +78,4 @@
} // namespace content
-#endif // CONTENT_TEST_CONTENT_BROWSER_TEST_UTILS_H_
+#endif // CONTENT_PUBLIC_TEST_CONTENT_BROWSER_TEST_UTILS_H_
« no previous file with comments | « content/public/test/content_browser_test.cc ('k') | content/public/test/content_browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698