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

Unified Diff: chrome/browser/printing/cloud_print/privet_url_fetcher.cc

Issue 1553333002: Move cloud print specific files out of local_discovery (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moveprn
Patch Set: Created 4 years, 11 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/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

Powered by Google App Engine
This is Rietveld 408576698