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

Unified Diff: content/common/test_url_constants.h

Issue 10778032: content: Put test_url_constants.* into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: content/common/test_url_constants.h
diff --git a/content/common/test_url_constants.h b/content/common/test_url_constants.h
index 532ce21259167aa80a098a2ecdd57899dde12eda..61f201e851fa16e108d09dc9777a35cfe3ffd85f 100644
--- a/content/common/test_url_constants.h
+++ b/content/common/test_url_constants.h
@@ -2,14 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Contains constants for known URLs and portions thereof.
-
#ifndef CONTENT_COMMON_TEST_URL_CONSTANTS_H_
#define CONTENT_COMMON_TEST_URL_CONSTANTS_H_
-#include "content/public/common/url_constants.h"
-
-namespace chrome {
+// Contains constants for known URLs and portions thereof.
+namespace content {
// Various special URLs used for testing. They have the same values as the URLs
// in chrome/common/url_constants.h, but are duplicated here so that the reverse
@@ -33,6 +30,6 @@ extern const char kTestHistoryURL[];
// not be the case.
extern const char kTestBookmarksURL[];
-} // namespace chrome
+} // namespace content
#endif // CONTENT_COMMON_TEST_URL_CONSTANTS_H_
« no previous file with comments | « content/browser/web_contents/render_view_host_manager_unittest.cc ('k') | content/common/test_url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698