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

Unified Diff: third_party/liblouis/nacl_wrapper/liblouis_instance.h

Issue 1045863002: Make checkdeps.py check third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « third_party/liblouis/nacl_wrapper/DEPS ('k') | third_party/liblouis/nacl_wrapper/liblouis_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/liblouis/nacl_wrapper/liblouis_instance.h
diff --git a/third_party/liblouis/nacl_wrapper/liblouis_instance.h b/third_party/liblouis/nacl_wrapper/liblouis_instance.h
index e1064055a24648cc092a9ff113af53c10607fbc7..4731d6216994fddce1880ff8fd1573f9694bb2aa 100644
--- a/third_party/liblouis/nacl_wrapper/liblouis_instance.h
+++ b/third_party/liblouis/nacl_wrapper/liblouis_instance.h
@@ -18,7 +18,6 @@
#include <string>
#include "base/basictypes.h"
-#include "json/json.h"
#include "liblouis_wrapper.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/cpp/completion_callback.h"
@@ -27,6 +26,7 @@
#include "ppapi/cpp/var.h"
#include "ppapi/utility/completion_callback_factory.h"
#include "ppapi/utility/threading/simple_thread.h"
+#include "third_party/jsoncpp/source/include/json/json.h"
#include "translation_params.h"
namespace liblouis_nacl {
« no previous file with comments | « third_party/liblouis/nacl_wrapper/DEPS ('k') | third_party/liblouis/nacl_wrapper/liblouis_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698