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

Unified Diff: ppapi/native_client/tests/ppapi_geturl/url_load_request.h

Issue 10545062: NaCl: Fix a file to compile with -Wundef (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 8 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: ppapi/native_client/tests/ppapi_geturl/url_load_request.h
diff --git a/ppapi/native_client/tests/ppapi_geturl/url_load_request.h b/ppapi/native_client/tests/ppapi_geturl/url_load_request.h
index ff662796c79d0a141d850ee7bba2f6f963eae496..079d3e3f7a698b8009d7bc62d796a9ae348df0ce 100644
--- a/ppapi/native_client/tests/ppapi_geturl/url_load_request.h
+++ b/ppapi/native_client/tests/ppapi_geturl/url_load_request.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TESTS_PPAPI_GETURL_URL_LOAD_REQUEST_H_
@@ -15,7 +15,7 @@
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
-#if __native_client__
+#if defined(__native_client__)
// TODO(polina): add file_io_nacl include
#else
#include "ppapi/c/trusted/ppb_file_io_trusted.h"
« 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