summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/binary/basecomponent
diff options
context:
space:
mode:
authoryueg <yueg@google.com>2018-03-09 16:49:38 -0800
committerCopybara-Service <copybara-piper@google.com>2018-03-09 16:52:01 -0800
commit48f93f40f66f5695cdb370af679db4580cebb641 (patch)
treefb855d25b3e7ea777beaa7de19ab729c977ef0e5 /java/com/android/dialer/binary/basecomponent
parentd6cb3b9ac4db86cc5d37174a6e6c4d69c8a8a753 (diff)
Remove bubble "new" prefix.
Test: BubbleImplTest, BubbleImplIntegrationTest, ReturnToCallControllerTest, ReturnToCallActionReceiverTest, BottomActionViewControllerTest, ChangeOnScreenBoundsTest PiperOrigin-RevId: 188558386 Change-Id: Ieab3ee3f148092312a50597b41c0975419756e23
Diffstat (limited to 'java/com/android/dialer/binary/basecomponent')
-rw-r--r--java/com/android/dialer/binary/basecomponent/BaseDialerRootComponent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/dialer/binary/basecomponent/BaseDialerRootComponent.java b/java/com/android/dialer/binary/basecomponent/BaseDialerRootComponent.java
index cd95c3ee7..0495ba6ef 100644
--- a/java/com/android/dialer/binary/basecomponent/BaseDialerRootComponent.java
+++ b/java/com/android/dialer/binary/basecomponent/BaseDialerRootComponent.java
@@ -16,6 +16,7 @@
package com.android.dialer.binary.basecomponent;
+import com.android.bubble.BubbleComponent;
import com.android.dialer.calllog.CallLogComponent;
import com.android.dialer.calllog.database.CallLogDatabaseComponent;
import com.android.dialer.calllog.ui.CallLogUiComponent;
@@ -39,7 +40,6 @@ import com.android.dialer.strictmode.StrictModeComponent;
import com.android.incallui.calllocation.CallLocationComponent;
import com.android.incallui.maps.MapsComponent;
import com.android.incallui.speakeasy.SpeakEasyComponent;
-import com.android.newbubble.NewBubbleComponent;
import com.android.voicemail.VoicemailComponent;
/**
@@ -61,7 +61,7 @@ public interface BaseDialerRootComponent
MainComponent.HasComponent,
MapsComponent.HasComponent,
MetricsComponent.HasComponent,
- NewBubbleComponent.HasComponent,
+ BubbleComponent.HasComponent,
PhoneLookupComponent.HasComponent,
PhoneNumberGeoUtilComponent.HasComponent,
PreCallComponent.HasComponent,