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

Unified Diff: chrome/browser/supervised_user/custodian_profile_downloader_service.cc

Issue 335833003: Rename "managed (mode|user)" to "supervised user" (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments (+ a few other cleanups) Created 6 years, 6 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/supervised_user/custodian_profile_downloader_service.cc
diff --git a/chrome/browser/managed_mode/custodian_profile_downloader_service.cc b/chrome/browser/supervised_user/custodian_profile_downloader_service.cc
similarity index 96%
rename from chrome/browser/managed_mode/custodian_profile_downloader_service.cc
rename to chrome/browser/supervised_user/custodian_profile_downloader_service.cc
index 87dc65c9f8f560145269c88ce7d06395e350b778..d6b675f546efd7ba323db0539d3add4d8505d51b 100644
--- a/chrome/browser/managed_mode/custodian_profile_downloader_service.cc
+++ b/chrome/browser/supervised_user/custodian_profile_downloader_service.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/managed_mode/custodian_profile_downloader_service.h"
+#include "chrome/browser/supervised_user/custodian_profile_downloader_service.h"
#include "base/prefs/pref_service.h"
#include "chrome/browser/profiles/profile.h"

Powered by Google App Engine
This is Rietveld 408576698