Index: chrome/browser/printing/cloud_print/privet_url_fetcher.cc |
diff --git a/chrome/browser/local_discovery/privet_url_fetcher.cc b/chrome/browser/printing/cloud_print/privet_url_fetcher.cc |
similarity index 98% |
rename from chrome/browser/local_discovery/privet_url_fetcher.cc |
rename to chrome/browser/printing/cloud_print/privet_url_fetcher.cc |
index f8cf3912474b8e76081a8c6f90d78ec23d0300a0..3b370b5b8465558342ae4fbe78f109dd60464884 100644 |
--- a/chrome/browser/local_discovery/privet_url_fetcher.cc |
+++ b/chrome/browser/printing/cloud_print/privet_url_fetcher.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/local_discovery/privet_url_fetcher.h" |
+#include "chrome/browser/printing/cloud_print/privet_url_fetcher.h" |
#include <stdint.h> |
@@ -19,14 +19,14 @@ |
#include "base/strings/stringprintf.h" |
#include "base/thread_task_runner_handle.h" |
#include "chrome/browser/browser_process.h" |
-#include "chrome/browser/local_discovery/privet_constants.h" |
+#include "chrome/browser/printing/cloud_print/privet_constants.h" |
#include "content/public/browser/browser_thread.h" |
#include "net/base/load_flags.h" |
#include "net/http/http_status_code.h" |
#include "net/url_request/url_request_context.h" |
#include "net/url_request/url_request_status.h" |
-namespace local_discovery { |
+namespace cloud_print { |
namespace { |
@@ -386,4 +386,4 @@ bool PrivetURLFetcher::PrivetErrorTransient(const std::string& error) { |
(error == kPrivetErrorPrinterBusy); |
} |
-} // namespace local_discovery |
+} // namespace cloud_print |