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

Unified Diff: components/cronet/android/java/src/org/chromium/net/UrlRequestContextConfig.template

Issue 332553003: Fix Cronet UrlRequestContextConfig.java generation error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/java/src/org/chromium/net/UrlRequestContextConfig.template
diff --git a/components/cronet/android/java/src/org/chromium/net/UrlRequestContextConfig.template b/components/cronet/android/java/src/org/chromium/net/UrlRequestContextConfig.template
index 3d553eff2f2d8de02d67eea261d8dab27c7cedd6..98a67a212eebd8978072e38f099d1a90a8d44804 100644
--- a/components/cronet/android/java/src/org/chromium/net/UrlRequestContextConfig.template
+++ b/components/cronet/android/java/src/org/chromium/net/UrlRequestContextConfig.template
@@ -9,6 +9,6 @@ package org.chromium.net;
// net/cronet/android/org_chromium_net_UrlRequestContext.h
public interface UrlRequestContextConfig {
#define DEFINE_CONTEXT_CONFIG(x) public static final String x = #x;
-#include "components/cronet/android/org_chromium_net_UrlRequestContextConfig_list.h"
+#include "components/cronet/url_request_context_config_list.h"
#undef DEFINE_CONTEXT_CONFIG
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698