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

Unified Diff: components/user_manager/user_info.cc

Issue 379803004: Move UserInfo to user_manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | « components/user_manager/user_info.h ('k') | components/user_manager/user_info_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user_info.cc
diff --git a/sync/notifier/invalidator.cc b/components/user_manager/user_info.cc
similarity index 54%
copy from sync/notifier/invalidator.cc
copy to components/user_manager/user_info.cc
index 5508b89a246556e4d32c185d18ea4d6665299c08..adfeb72f82bc8b68e9b7efb6f3aa2204cabea705 100644
--- a/sync/notifier/invalidator.cc
+++ b/components/user_manager/user_info.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/notifier/invalidator.h"
+#include "components/user_manager/user_info.h"
-namespace syncer {
+namespace user_manager {
-Invalidator::Invalidator() {
+UserInfo::UserInfo() {
}
-Invalidator::~Invalidator() {
+UserInfo::~UserInfo() {
}
-} // namespace syncer
+} // namespace user_manager
« no previous file with comments | « components/user_manager/user_info.h ('k') | components/user_manager/user_info_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698