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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_model_unittest.cc

Issue 10855066: intents: Remove the disposition enum in web intents model. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 4 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/ui/intents/web_intent_picker_model_unittest.cc
diff --git a/chrome/browser/ui/intents/web_intent_picker_model_unittest.cc b/chrome/browser/ui/intents/web_intent_picker_model_unittest.cc
index 90f1360cfb7d8a8935741e2b8fc9a2225ff0eaf8..7e805269ceb4bf199a6ff77c1473d7b4a35bd4bc 100644
--- a/chrome/browser/ui/intents/web_intent_picker_model_unittest.cc
+++ b/chrome/browser/ui/intents/web_intent_picker_model_unittest.cc
@@ -27,10 +27,10 @@ const string16 kId3(ASCIIToUTF16("aclehenhkckhebbbncbkefhcpcgepcgf"));
const string16 kId4(ASCIIToUTF16("bclehenhkckhebbbncbkefhcpcgepcgf"));
const string16 kId5(ASCIIToUTF16("cclehenhkckhebbbncbkefhcpcgepcgf"));
const string16 kId6(ASCIIToUTF16("dclehenhkckhebbbncbkefhcpcgepcgf"));
-const WebIntentPickerModel::Disposition kWindowDisposition(
- WebIntentPickerModel::DISPOSITION_WINDOW);
-const WebIntentPickerModel::Disposition kInlineDisposition(
- WebIntentPickerModel::DISPOSITION_INLINE);
+const webkit_glue::WebIntentServiceData::Disposition kWindowDisposition(
+ webkit_glue::WebIntentServiceData::DISPOSITION_WINDOW);
+const webkit_glue::WebIntentServiceData::Disposition kInlineDisposition(
+ webkit_glue::WebIntentServiceData::DISPOSITION_INLINE);
}

Powered by Google App Engine
This is Rietveld 408576698