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

Unified Diff: ppapi/cpp/dev/printing_dev.h

Issue 197623005: Rename PPB_Find_Dev to PPB_Find_Private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « ppapi/cpp/dev/find_dev.cc ('k') | ppapi/cpp/private/find_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/printing_dev.h
diff --git a/ppapi/cpp/dev/printing_dev.h b/ppapi/cpp/dev/printing_dev.h
index b219b13116fa5cdfb63b31d60ccab2da5c5584dd..869dbacc5b260f2fbf5e54a88193c864a1daebdc 100644
--- a/ppapi/cpp/dev/printing_dev.h
+++ b/ppapi/cpp/dev/printing_dev.h
@@ -15,7 +15,7 @@ namespace pp {
class Instance;
// You would typically use this either via inheritance on your instance or
-// by composition: see find_dev.h for an example.
+// by composition: see find_private.h for an example.
class Printing_Dev : public Resource {
public:
// The instance parameter must outlive this class.
« no previous file with comments | « ppapi/cpp/dev/find_dev.cc ('k') | ppapi/cpp/private/find_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698