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

Unified Diff: chrome/browser/extensions/user_script_master_unittest.cc

Issue 10696176: Move UserScript and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq 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: chrome/browser/extensions/user_script_master_unittest.cc
diff --git a/chrome/browser/extensions/user_script_master_unittest.cc b/chrome/browser/extensions/user_script_master_unittest.cc
index 8ec0ba7fda7d86782f7a0f9607addefaae50c6c7..521ec29fcb21e07651492bd915a74d6c8fbebb6e 100644
--- a/chrome/browser/extensions/user_script_master_unittest.cc
+++ b/chrome/browser/extensions/user_script_master_unittest.cc
@@ -30,6 +30,8 @@ static void AddPattern(URLPatternSet* extent, const std::string& pattern) {
}
+namespace extensions {
+
// Test bringing up a master on a specific directory, putting a script
// in there, etc.
@@ -272,3 +274,5 @@ TEST_F(UserScriptMasterTest, LeaveBOMNotAtTheBeginning) {
EXPECT_EQ(content, user_scripts[0].js_scripts()[0].GetContent().as_string());
}
+
+} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/user_script_master.cc ('k') | chrome/browser/profiles/off_the_record_profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698