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

Unified Diff: chrome/browser/chromeos/arc/arc_settings_service_unittest.cc

Issue 1843563003: Move arc_intent_helper_bridge.h from c/b/chromeos/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn/gyp deps Created 4 years, 9 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/chromeos/arc/arc_settings_service_unittest.cc
diff --git a/chrome/browser/chromeos/arc/settings_bridge_unittest.cc b/chrome/browser/chromeos/arc/arc_settings_service_unittest.cc
similarity index 93%
rename from chrome/browser/chromeos/arc/settings_bridge_unittest.cc
rename to chrome/browser/chromeos/arc/arc_settings_service_unittest.cc
index a89f77d48e02ebbd913c40dc0f46727612015737..4fa18dc5fb8aec3d1a2767c262be2b60538de32d 100644
--- a/chrome/browser/chromeos/arc/settings_bridge_unittest.cc
+++ b/chrome/browser/chromeos/arc/arc_settings_service_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 "chrome/browser/chromeos/arc/settings_bridge.h"
+#include "chrome/browser/chromeos/arc/arc_settings_service.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -10,7 +10,7 @@ namespace arc {
namespace fontsizes {
-TEST(SettingsBridgeTest, FontSizeConvertChromeToAndroid) {
+TEST(ArcSettingsServiceTest, FontSizeConvertChromeToAndroid) {
// Does not return a value smaller than Small.
EXPECT_DOUBLE_EQ(kAndroidFontScaleSmall,
ConvertFontSizeChromeToAndroid(0, 0, 0));

Powered by Google App Engine
This is Rietveld 408576698