[TEMP] Fix coding style check error
authorHalton Huo <halton.huo@intel.com>
Fri, 9 May 2014 07:04:19 +0000 (15:04 +0800)
committerHalton Huo <halton.huo@intel.com>
Fri, 9 May 2014 07:05:30 +0000 (15:05 +0800)
This commit can be reverted after cpplint.py updated with
CL https://codereview.chromium.org/269013009/

application/application_manager.cc

index 73b0233..61c3459 100644 (file)
@@ -11,7 +11,9 @@
 
 #include <algorithm>
 #include <iostream>
-#include <tuple>
+// TODO (halton): Remove NOLINT after cpplint.py updated with CL
+// https://codereview.chromium.org/269013009/
+#include <tuple>  // NOLINT
 
 #include "application/application_extension_utils.h"
 #include "application/application_information.h"