Index: chrome/browser/ui/autofill/autofill_credit_card_bubble.cc |
diff --git a/chrome/browser/ui/autofill/autofill_credit_card_bubble.cc b/chrome/browser/ui/autofill/autofill_credit_card_bubble.cc |
deleted file mode 100644 |
index 133de0a4e16b7a644b8cc95ff426121cd1308cbd..0000000000000000000000000000000000000000 |
--- a/chrome/browser/ui/autofill/autofill_credit_card_bubble.cc |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-// Copyright 2013 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "chrome/browser/ui/autofill/autofill_credit_card_bubble.h" |
- |
-namespace autofill { |
- |
-// static |
-const int AutofillCreditCardBubble::kContentWidth = 300; |
- |
-AutofillCreditCardBubble::~AutofillCreditCardBubble() {} |
- |
-#if !defined(TOOLKIT_VIEWS) |
-// static |
-base::WeakPtr<AutofillCreditCardBubble> AutofillCreditCardBubble::Create( |
- const base::WeakPtr<AutofillCreditCardBubbleController>& controller) { |
- // TODO(dbeam): make a bubble on all applicable platforms. |
- return base::WeakPtr<AutofillCreditCardBubble>(); |
-} |
-#endif |
- |
-} // namespace autofill |