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

Unified Diff: ppapi/shared_impl/ppapi_preferences.cc

Issue 10384128: Quote WebPreferences in namespace webkit_glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright 2012 Created 8 years, 7 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: ppapi/shared_impl/ppapi_preferences.cc
diff --git a/ppapi/shared_impl/ppapi_preferences.cc b/ppapi/shared_impl/ppapi_preferences.cc
index c8a5b0005f4afad332c02b514a0c5b48f3ad3738..86226409c5c786c9868e128bf960697ebe155e6f 100644
--- a/ppapi/shared_impl/ppapi_preferences.cc
+++ b/ppapi/shared_impl/ppapi_preferences.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -14,7 +14,7 @@ Preferences::Preferences()
is_3d_supported(true) {
}
-Preferences::Preferences(const WebPreferences& prefs)
+Preferences::Preferences(const webkit_glue::WebPreferences& prefs)
: standard_font_family(prefs.standard_font_family),
fixed_font_family(prefs.fixed_font_family),
serif_font_family(prefs.serif_font_family),
« no previous file with comments | « ppapi/shared_impl/ppapi_preferences.h ('k') | ui/views/examples/content_client/examples_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698