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

Unified Diff: ppapi/cpp/file_io.cc

Issue 8764004: Add DEPS include rules so we don't accidentally use base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove rules to include self where possible Created 9 years, 1 month 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/DEPS ('k') | ppapi/cpp/private/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/file_io.cc
diff --git a/ppapi/cpp/file_io.cc b/ppapi/cpp/file_io.cc
index 85c30512ba1541a5c21817d533a5f0a2fadc8269..09354d5a69d3207e3f3b2af0a85704856acbb43a 100644
--- a/ppapi/cpp/file_io.cc
+++ b/ppapi/cpp/file_io.cc
@@ -6,7 +6,6 @@
#include "ppapi/c/ppb_file_io.h"
#include "ppapi/c/pp_errors.h"
-#include "ppapi/c/trusted/ppb_file_io_trusted.h"
#include "ppapi/cpp/completion_callback.h"
#include "ppapi/cpp/file_ref.h"
#include "ppapi/cpp/instance.h"
« no previous file with comments | « ppapi/cpp/DEPS ('k') | ppapi/cpp/private/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698