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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_controller.h

Issue 7930002: Rename WebIntentData for backend storage to WebIntentServiceData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix class/struct decl Created 9 years, 3 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
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/browser/ui/intents/web_intent_picker_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/intents/web_intent_picker_controller.h
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.h b/chrome/browser/ui/intents/web_intent_picker_controller.h
index 360590145a76ebf0246c3681091de6f9d7506c4f..4c9b98949ed73b2de46d5a56f0b4e97e33dc452c 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller.h
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.h
@@ -23,7 +23,7 @@ class TabContentsWrapper;
class WebDataService;
class WebIntentPicker;
class WebIntentPickerFactory;
-struct WebIntentData;
+struct WebIntentServiceData;
// Controls the creation of the WebIntentPicker UI and forwards the user's
// intent handler choice back to the TabContents object.
@@ -59,7 +59,8 @@ class WebIntentPickerController : public NotificationObserver,
int pending_async_count() const { return pending_async_count_; }
// Called from the WebIntentDataFetcher when intent data is available.
- void OnWebIntentDataAvailable(const std::vector<WebIntentData>& intent_data);
+ void OnWebIntentDataAvailable(
+ const std::vector<WebIntentServiceData>& intent_data);
// Called from the FaviconDataFetcher when a favicon is available.
void OnFaviconDataAvailable(size_t index, const SkBitmap& icon_bitmap);
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/browser/ui/intents/web_intent_picker_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698