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

Unified Diff: ios/chrome/browser/device_sharing/device_sharing_manager_unittest.mm

Issue 2574213002: Split //ios/chrome/browser/prefs to prevent circular dependencies. (Closed)
Patch Set: Address comments. Created 4 years 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
« no previous file with comments | « ios/chrome/browser/device_sharing/device_sharing_manager.mm ('k') | ios/chrome/browser/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/device_sharing/device_sharing_manager_unittest.mm
diff --git a/ios/chrome/browser/device_sharing/device_sharing_manager_unittest.mm b/ios/chrome/browser/device_sharing/device_sharing_manager_unittest.mm
index afa58dc5e474d92e6e93064a5907cb58d1916ea0..33d50249b7c953a9db71fabf0967c8c032f5c872 100644
--- a/ios/chrome/browser/device_sharing/device_sharing_manager_unittest.mm
+++ b/ios/chrome/browser/device_sharing/device_sharing_manager_unittest.mm
@@ -9,9 +9,9 @@
#include "base/mac/foundation_util.h"
#include "base/mac/scoped_nsobject.h"
#import "components/handoff/handoff_manager.h"
+#include "components/handoff/pref_names_ios.h"
#include "components/sync_preferences/testing_pref_service_syncable.h"
#include "ios/chrome/browser/browser_state/test_chrome_browser_state.h"
-#include "ios/chrome/browser/pref_names.h"
#include "ios/web/public/test/test_web_thread_bundle.h"
#include "testing/platform_test.h"
#import "third_party/ocmock/OCMock/OCMock.h"
« no previous file with comments | « ios/chrome/browser/device_sharing/device_sharing_manager.mm ('k') | ios/chrome/browser/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698