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

Unified Diff: ppapi/shared_impl/ppapi_preferences.h

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
« no previous file with comments | « content/test/web_contents_tester.h ('k') | ppapi/shared_impl/ppapi_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppapi_preferences.h
diff --git a/ppapi/shared_impl/ppapi_preferences.h b/ppapi/shared_impl/ppapi_preferences.h
index 497ea385df7be12b9c4522c32594440263719193..66b205151d485c72551886a2d4767a053475cee9 100644
--- a/ppapi/shared_impl/ppapi_preferences.h
+++ b/ppapi/shared_impl/ppapi_preferences.h
@@ -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.
@@ -8,14 +8,16 @@
#include "base/string16.h"
#include "ppapi/shared_impl/ppapi_shared_export.h"
+namespace webkit_glue {
struct WebPreferences;
+}
namespace ppapi {
struct PPAPI_SHARED_EXPORT Preferences {
public:
Preferences();
- explicit Preferences(const WebPreferences& prefs);
+ explicit Preferences(const webkit_glue::WebPreferences& prefs);
~Preferences();
string16 standard_font_family;
« no previous file with comments | « content/test/web_contents_tester.h ('k') | ppapi/shared_impl/ppapi_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698