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

Unified Diff: components/sync_driver/about_sync_util_unittest.cc

Issue 1334173006: Move sync_internals resources and constants to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcmInternals
Patch Set: Rebase Created 5 years, 3 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 | « components/sync_driver/about_sync_util.cc ('k') | components/sync_driver/resources/about.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/about_sync_util_unittest.cc
diff --git a/components/sync_driver/about_sync_util_unittest.cc b/components/sync_driver/about_sync_util_unittest.cc
index c3015b4e678b808032c551896dd4d533df67d675..47edbf1834f45a079949b70407be64189c7274ea 100644
--- a/components/sync_driver/about_sync_util_unittest.cc
+++ b/components/sync_driver/about_sync_util_unittest.cc
@@ -14,6 +14,7 @@ using ::testing::NiceMock;
using ::testing::Return;
using ::testing::_;
+namespace sync_driver {
namespace sync_ui_util {
namespace {
@@ -53,3 +54,4 @@ TEST(SyncUIUtilTestAbout, ConstructAboutInformationWithUnrecoverableErrorTest) {
} // namespace
} // namespace sync_ui_util
+} // namespace sync_driver
« no previous file with comments | « components/sync_driver/about_sync_util.cc ('k') | components/sync_driver/resources/about.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698