Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / io / async / Request.cpp
index 97e2dda4f5f43b4db5dcc3c636e975c83871d011..3ea9fd5a94751b2fa035c952d4f00d7b9f6993fc 100644 (file)
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-#include "folly/io/async/Request.h"
+#include <folly/io/async/Request.h>
 
 #ifndef NO_LIB_GFLAGS
   DEFINE_bool(enable_request_context, true,
@@ -26,7 +26,7 @@
 namespace folly {
 
 #ifdef NO_LIB_GFLAGS
-  bool FLAGS_enable_thrift_request_context = true;
+  bool FLAGS_enable_request_context = true;
 #endif
 
 RequestContext* defaultContext;