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

Unified Diff: components/invalidation/registration_manager_unittest.cc

Issue 387733004: Move sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (GN) Comment out dependency on internal target Created 6 years, 5 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: components/invalidation/registration_manager_unittest.cc
diff --git a/sync/notifier/registration_manager_unittest.cc b/components/invalidation/registration_manager_unittest.cc
similarity index 99%
rename from sync/notifier/registration_manager_unittest.cc
rename to components/invalidation/registration_manager_unittest.cc
index c8328fcf993c557126ac39e217b2d5ce45dee252..5144f303a344638424b5c89b6193aa9eb4c0ca77 100644
--- a/sync/notifier/registration_manager_unittest.cc
+++ b/components/invalidation/registration_manager_unittest.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 "sync/notifier/registration_manager.h"
+#include "components/invalidation/registration_manager.h"
#include <algorithm>
#include <cmath>
@@ -14,7 +14,7 @@
#include "base/message_loop/message_loop.h"
#include "base/stl_util.h"
#include "google/cacheinvalidation/include/invalidation-client.h"
-#include "sync/notifier/invalidation_util.h"
+#include "sync/internal_api/public/base/invalidation_util.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer {
« no previous file with comments | « components/invalidation/registration_manager.cc ('k') | components/invalidation/single_object_invalidation_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698