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

Unified Diff: content/public/browser/color_chooser.h

Issue 10106022: TabContents -> WebContentsImpl, part 19. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 8 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 | « content/browser/web_contents/web_contents_view_gtk.cc ('k') | content/public/browser/interstitial_page.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/color_chooser.h
diff --git a/content/public/browser/color_chooser.h b/content/public/browser/color_chooser.h
index 7519da59189b43ef995e3a2a37a989d105ae836d..92dd31c84a24200427e1283c7d45dc1aad9b6f34 100644
--- a/content/public/browser/color_chooser.h
+++ b/content/public/browser/color_chooser.h
@@ -17,7 +17,7 @@ class WebContents;
class ColorChooser {
public:
static ColorChooser* Create(int identifier,
- WebContents* tab,
+ WebContents* web_contents,
SkColor initial_color);
ColorChooser(int identifier) : identifier_(identifier) {}
virtual ~ColorChooser() {}
« no previous file with comments | « content/browser/web_contents/web_contents_view_gtk.cc ('k') | content/public/browser/interstitial_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698