yueying0083 / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

Fix inconsistent header include guards #130

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some header files in the native/ directory have include guards like:

#ifndef CEF_TESTS_CEFCLIENT_JNI_UTIL_H_
#define CEF_TESTS_CEFCLIENT_JNI_UTIL_H_
...
#endif // CEF_TESTS_CEFCLIENT_JNI_UTIL_H_

This should be changed to something like "JCEF_NATIVE_JNI_UTIL_H_" that is 
consistent with the JCEF directory structure.

Original issue reported on code.google.com by magreenb...@gmail.com on 24 Oct 2014 at 5:28

GoogleCodeExporter commented 8 years ago
Fixed in revision 110.

Original comment by magreenb...@gmail.com on 24 Oct 2014 at 5:32