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

Unified Diff: chrome/browser/chromeos/frame/bubble_window_views.cc

Issue 7945014: Applied review comments from oshima for CL 7850026. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge 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
Index: chrome/browser/chromeos/frame/bubble_window_views.cc
diff --git a/chrome/browser/chromeos/frame/bubble_window_views.cc b/chrome/browser/chromeos/frame/bubble_window_views.cc
index c9b375d59b6221385baa171e33c500dccacfd91c..fb5029130a181bc32c5a4c4ec37124c64dd57369 100644
--- a/chrome/browser/chromeos/frame/bubble_window_views.cc
+++ b/chrome/browser/chromeos/frame/bubble_window_views.cc
@@ -20,7 +20,7 @@ BubbleWindowViews::BubbleWindowViews(BubbleWindowStyle style)
void BubbleWindowViews::SetBackgroundColor() {
#if !defined(USE_AURA)
- // TODO(saintlou): Once Views are truly pure the code below needs to be
+ // TODO(saintlou): Once Views are truly pure the code below needs to be
// removed and replaced by the corresponding Views code.
GdkColor background_color =
gfx::SkColorToGdkColor(kBubbleWindowBackgroundColor);

Powered by Google App Engine
This is Rietveld 408576698