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_ |