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

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

Issue 10837238: Move browser_test_base.h to content/public/test. I originally thought that content_browsertests wou… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | « content/public/test/DEPS ('k') | content/test/browser_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/browser_test_base.h
===================================================================
--- content/public/test/browser_test_base.h (revision 151480)
+++ content/public/test/browser_test_base.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_BROWSER_TEST_BASE_H_
-#define CONTENT_TEST_BROWSER_TEST_BASE_H_
+#ifndef CONTENT_PUBLIC_TEST_BROWSER_TEST_BASE_H_
+#define CONTENT_PUBLIC_TEST_BROWSER_TEST_BASE_H_
#include "base/compiler_specific.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -11,6 +11,8 @@
class CommandLine;
+namespace content {
+
class BrowserTestBase : public testing::Test {
public:
BrowserTestBase();
@@ -87,4 +89,6 @@
#endif
};
-#endif // CONTENT_TEST_BROWSER_TEST_BASE_H_
+} // namespace content
+
+#endif // CONTENT_PUBLIC_TEST_BROWSER_TEST_BASE_H_
« no previous file with comments | « content/public/test/DEPS ('k') | content/test/browser_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698