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