Index: chrome/browser/printing/cloud_print/privet_notifications_factory.cc |
diff --git a/chrome/browser/local_discovery/privet_notifications_factory.cc b/chrome/browser/printing/cloud_print/privet_notifications_factory.cc |
similarity index 84% |
rename from chrome/browser/local_discovery/privet_notifications_factory.cc |
rename to chrome/browser/printing/cloud_print/privet_notifications_factory.cc |
index cb8432e4d4286ecebba6dbe584e3452722b67528..c051b56eb8d78c9b4d1aca015fe850cd040ea9a5 100644 |
--- a/chrome/browser/local_discovery/privet_notifications_factory.cc |
+++ b/chrome/browser/printing/cloud_print/privet_notifications_factory.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/local_discovery/privet_notifications_factory.h" |
+#include "chrome/browser/printing/cloud_print/privet_notifications_factory.h" |
#include "chrome/browser/browser_process.h" |
-#include "chrome/browser/local_discovery/privet_notifications.h" |
+#include "chrome/browser/printing/cloud_print/privet_notifications.h" |
#include "components/keyed_service/content/browser_context_dependency_manager.h" |
-namespace local_discovery { |
+namespace cloud_print { |
PrivetNotificationServiceFactory* |
PrivetNotificationServiceFactory::GetInstance() { |
@@ -38,4 +38,4 @@ bool PrivetNotificationServiceFactory::ServiceIsNULLWhileTesting() const { |
return true; |
} |
-} // namespace local_discovery |
+} // namespace cloud_print |