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

Side by Side Diff: third_party/protobuf/patches/0005-fix-include-js-generator.patch

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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 unified diff | Download patch
OLDNEW
(Empty)
1 --- protobuf-3.0.0-beta-3/src/google/protobuf/compiler/js/js_generator.cc 2016-05-16 11:34:04.000000000 -0700
2 +++ /usr/local/google/home/xyzzyz/chromium/src/third_party/protobuf/src/google/p rotobuf/compiler/js/js_generator.cc 2016-05-17 12:46:08.746078982 -0700
3 @@ -28,7 +28,7 @@
4 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6
7 -#include "google/protobuf/compiler/js/js_generator.h"
8 +#include <google/protobuf/compiler/js/js_generator.h>
9
10 #include <assert.h>
11 #include <algorithm>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698