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

Unified Diff: chrome/browser/printing/cloud_print/privet_notifications_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_notifications_unittest.cc
diff --git a/chrome/browser/local_discovery/privet_notifications_unittest.cc b/chrome/browser/printing/cloud_print/privet_notifications_unittest.cc
similarity index 95%
rename from chrome/browser/local_discovery/privet_notifications_unittest.cc
rename to chrome/browser/printing/cloud_print/privet_notifications_unittest.cc
index b4c437007380d9ab18fc6ac46927ae220e7ee611..422416c4145682d9fd291610a761c378b6cc3b24 100644
--- a/chrome/browser/local_discovery/privet_notifications_unittest.cc
+++ b/chrome/browser/printing/cloud_print/privet_notifications_unittest.cc
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#include "base/thread_task_runner_handle.h"
-#include "chrome/browser/local_discovery/privet_http_asynchronous_factory.h"
-#include "chrome/browser/local_discovery/privet_http_impl.h"
-#include "chrome/browser/local_discovery/privet_notifications.h"
+#include "chrome/browser/printing/cloud_print/privet_http_asynchronous_factory.h"
+#include "chrome/browser/printing/cloud_print/privet_http_impl.h"
+#include "chrome/browser/printing/cloud_print/privet_notifications.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"
@@ -16,7 +16,7 @@ using testing::StrictMock;
using ::testing::_;
using ::testing::SaveArg;
-namespace local_discovery {
+namespace cloud_print {
namespace {
@@ -214,4 +214,4 @@ TEST_F(PrivetNotificationsListenerTest, DictionaryErrorTest) {
} // namespace
-} // namespace local_discovery
+} // namespace cloud_print

Powered by Google App Engine
This is Rietveld 408576698