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

Unified Diff: content/common/test_url_constants.cc

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
« no previous file with comments | « content/common/test_url_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/test_url_constants.cc
diff --git a/content/common/test_url_constants.cc b/content/common/test_url_constants.cc
index c8e613fd48c67ba2214dd0b4cbbfcd3552f14a2b..d64c8586953afdbea6220ce231fc6095f136020a 100644
--- a/content/common/test_url_constants.cc
+++ b/content/common/test_url_constants.cc
@@ -1,14 +1,14 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/common/test_url_constants.h"
-namespace chrome {
+namespace content {
const char kTestCacheURL[] = "about:cache";
const char kTestNewTabURL[] = "chrome://newtab";
const char kTestHistoryURL[] = "chrome://chrome/history/";
const char kTestBookmarksURL[] = "chrome://bookmarks/";
-} // namespace chrome
+} // namespace content
« no previous file with comments | « content/common/test_url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698