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

Unified Diff: ppapi/cpp/dev/directory_reader_dev.cc

Issue 7248047: Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencies to PPB_FileIO, PPB... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/directory_reader_dev.h ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/directory_reader_dev.cc
===================================================================
--- ppapi/cpp/dev/directory_reader_dev.cc (revision 91558)
+++ ppapi/cpp/dev/directory_reader_dev.cc (working copy)
@@ -7,7 +7,7 @@
#include "ppapi/c/pp_errors.h"
#include "ppapi/cpp/completion_callback.h"
#include "ppapi/cpp/dev/directory_entry_dev.h"
-#include "ppapi/cpp/dev/file_ref_dev.h"
+#include "ppapi/cpp/file_ref.h"
#include "ppapi/cpp/module.h"
#include "ppapi/cpp/module_impl.h"
@@ -21,7 +21,7 @@
} // namespace
-DirectoryReader_Dev::DirectoryReader_Dev(const FileRef_Dev& directory_ref) {
+DirectoryReader_Dev::DirectoryReader_Dev(const FileRef& directory_ref) {
if (!has_interface<PPB_DirectoryReader_Dev>())
return;
PassRefFromConstructor(get_interface<PPB_DirectoryReader_Dev>()->Create(
« no previous file with comments | « ppapi/cpp/dev/directory_reader_dev.h ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698