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

Unified Diff: components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc

Issue 1692873004: Move ProfileSyncService tests for autofill & typed URLs to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@581640_no_browser_thread
Patch Set: Just rebased Created 4 years, 10 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/browser_sync/browser/profile_sync_service_typed_url_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc b/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc
similarity index 99%
rename from chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
rename to components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc
index 9300403d4a9bd057761848493e954c27642b97c5..7cf6eaec7b3b734c32dc022f58803eb356770204 100644
--- a/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
+++ b/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc
@@ -9,8 +9,6 @@
#include <utility>
#include <vector>
-#include "testing/gtest/include/gtest/gtest.h"
-
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/callback.h"
@@ -23,8 +21,8 @@
#include "base/thread_task_runner_handle.h"
#include "base/threading/thread.h"
#include "base/time/time.h"
-#include "chrome/browser/sync/abstract_profile_sync_service_test.h"
-#include "chrome/browser/sync/test_profile_sync_service.h"
+#include "components/browser_sync/browser/abstract_profile_sync_service_test.h"
+#include "components/browser_sync/browser/test_profile_sync_service.h"
#include "components/history/core/browser/history_backend.h"
#include "components/history/core/browser/history_backend_client.h"
#include "components/history/core/browser/history_backend_notifier.h"
@@ -40,6 +38,7 @@
#include "sync/internal_api/public/write_transaction.h"
#include "sync/protocol/typed_url_specifics.pb.h"
#include "testing/gmock/include/gmock/gmock.h"
+#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
using browser_sync::TypedUrlDataTypeController;

Powered by Google App Engine
This is Rietveld 408576698