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

Unified Diff: chrome/browser/chromeos/input_method/candidate_window_main.cc

Issue 6245006: Update references part 3: remaining files in chrome/...... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/chromeos/frame/browser_view.cc ('k') | chrome/browser/dom_ui/ntp_resource_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/candidate_window_main.cc
===================================================================
--- chrome/browser/chromeos/input_method/candidate_window_main.cc (revision 71835)
+++ chrome/browser/chromeos/input_method/candidate_window_main.cc (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -50,7 +50,7 @@
l10n_util::GetStringUTF8(IDS_UI_FONT_FAMILY_CROS);
// The font name should not be empty here, but just in case.
if (font_name != "default" && !font_name.empty()) {
- // Don't use gtk_util::SetGtkFont() in chrome/browser/gtk not to
+ // Don't use gtk_util::SetGtkFont() in chrome/browser/ui/gtk not to
// introduce a dependency to it.
g_object_set(gtk_settings_get_default(),
"gtk-font-name", font_name.c_str(), NULL);
« no previous file with comments | « chrome/browser/chromeos/frame/browser_view.cc ('k') | chrome/browser/dom_ui/ntp_resource_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698