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

Unified Diff: chrome/browser/printing/cloud_print/privet_device_lister_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_device_lister_unittest.cc
diff --git a/chrome/browser/local_discovery/privet_device_lister_unittest.cc b/chrome/browser/printing/cloud_print/privet_device_lister_unittest.cc
similarity index 96%
rename from chrome/browser/local_discovery/privet_device_lister_unittest.cc
rename to chrome/browser/printing/cloud_print/privet_device_lister_unittest.cc
index a165b71874ffbb0586e5d8d1b824714ca62ee5e3..0675ab36191ef11d35001a5635d988153adbced4 100644
--- a/chrome/browser/local_discovery/privet_device_lister_unittest.cc
+++ b/chrome/browser/printing/cloud_print/privet_device_lister_unittest.cc
@@ -3,14 +3,19 @@
// found in the LICENSE file.
#include "base/bind.h"
-#include "chrome/browser/local_discovery/privet_device_lister_impl.h"
+#include "chrome/browser/printing/cloud_print/privet_device_lister_impl.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-using testing::SaveArg;
+using local_discovery::LocalDomainResolver;
+using local_discovery::ServiceDescription;
+using local_discovery::ServiceDiscoveryClient;
+using local_discovery::ServiceResolver;
+using local_discovery::ServiceWatcher;
using testing::_;
+using testing::SaveArg;
-namespace local_discovery {
+namespace cloud_print {
namespace {
@@ -309,4 +314,4 @@ TEST_F(PrivetDeviceListerTest, DiscoverNewDevices) {
} // namespace
-} // namespace local_discovery
+} // namespace cloud_print
« no previous file with comments | « chrome/browser/printing/cloud_print/privet_device_lister_impl.cc ('k') | chrome/browser/printing/cloud_print/privet_http.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698