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

Unified Diff: chrome/browser/printing/cloud_print/privet_url_fetcher_unittest.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_unittest.cc
diff --git a/chrome/browser/local_discovery/privet_url_fetcher_unittest.cc b/chrome/browser/printing/cloud_print/privet_url_fetcher_unittest.cc
similarity index 98%
rename from chrome/browser/local_discovery/privet_url_fetcher_unittest.cc
rename to chrome/browser/printing/cloud_print/privet_url_fetcher_unittest.cc
index 3219f46c4a77cf0c900c18a68f393b921f9be186..75c38ac59ee901fcfc6f068aebafe912c42ee6ac 100644
--- a/chrome/browser/local_discovery/privet_url_fetcher_unittest.cc
+++ b/chrome/browser/printing/cloud_print/privet_url_fetcher_unittest.cc
@@ -5,7 +5,7 @@
#include "base/location.h"
#include "base/single_thread_task_runner.h"
#include "base/thread_task_runner_handle.h"
-#include "chrome/browser/local_discovery/privet_url_fetcher.h"
+#include "chrome/browser/printing/cloud_print/privet_url_fetcher.h"
#include "net/url_request/test_url_fetcher_factory.h"
#include "net/url_request/url_request_test_util.h"
#include "testing/gmock/include/gmock/gmock.h"
@@ -13,7 +13,7 @@
using testing::StrictMock;
-namespace local_discovery {
+namespace cloud_print {
namespace {
@@ -299,4 +299,4 @@ TEST_F(PrivetURLFetcherTest, FetcherToFile) {
} // namespace
-} // namespace local_discovery
+} // namespace cloud_print
« no previous file with comments | « chrome/browser/printing/cloud_print/privet_url_fetcher.cc ('k') | chrome/browser/printing/pwg_raster_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698