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

Unified Diff: ppapi/proxy/talk_resource.cc

Issue 18209022: add missing headers in ppapi/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reorder headers to satisfy presubmit check Created 7 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
Index: ppapi/proxy/talk_resource.cc
diff --git a/ppapi/proxy/talk_resource.cc b/ppapi/proxy/talk_resource.cc
index 01ee0ac3300d1016a8406f3dd8dee23748ef1df9..ac4f0a1efd55d182d63d3e1a5e59ac0b3dbee8d9 100644
--- a/ppapi/proxy/talk_resource.cc
+++ b/ppapi/proxy/talk_resource.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ppapi/proxy/talk_resource.h"
-
+#include "base/bind.h"
#include "ppapi/proxy/ppapi_messages.h"
+#include "ppapi/proxy/talk_resource.h"
viettrungluu 2013/07/12 21:52:12 "
Mostyn Bramley-Moore 2013/07/13 06:40:15 Done.
namespace ppapi {
namespace proxy {

Powered by Google App Engine
This is Rietveld 408576698