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

Unified Diff: chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc

Issue 1581173004: Added namespace browsing_data_counter_utils Base URL: https://chromium.googlesource.com/chromium/src.git@add-counters
Patch Set: Created 4 years, 11 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/browsing_data/browsing_data_counter_utils_unittest.cc
diff --git a/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc b/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
index c422570de404e7a323c3e3f9577ba0ed4d6781c1..13e4cd92a76d2dcbfd1ce8614d094d1848bbf40c 100644
--- a/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
+++ b/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
@@ -10,6 +10,8 @@
#include "chrome/test/base/testing_browser_process.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace browsing_data_counter_utils {
+
// Tests the complex output of the Autofill counter.
TEST(BrowsingDataCounterUtilsTest, AutofillCounterResult) {
AutofillCounter counter;
@@ -57,3 +59,5 @@ TEST(BrowsingDataCounterUtilsTest, AutofillCounterResult) {
EXPECT_EQ(output, base::ASCIIToUTF16(test_case.expected_output));
}
}
+
+} // namespace browsing_data_counter_utils

Powered by Google App Engine
This is Rietveld 408576698