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

Side by Side Diff: fpdfsdk/fpdfview_c_api_test.h

Issue 1799773002: Move fpdfsdk/src up to fpdfsdk/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « fpdfsdk/fpdfview.cpp ('k') | fpdfsdk/fpdfview_c_api_test.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 PDFium Authors. All rights reserved. 1 // Copyright 2015 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef FPDFSDK_SRC_FPDFVIEW_C_API_TEST_H_ 5 #ifndef FPDFSDK_FPDFVIEW_C_API_TEST_H_
6 #define FPDFSDK_SRC_FPDFVIEW_C_API_TEST_H_ 6 #define FPDFSDK_FPDFVIEW_C_API_TEST_H_
7 7
8 #ifdef __cplusplus 8 #ifdef __cplusplus
9 extern "C" { 9 extern "C" {
10 #endif 10 #endif
11 11
12 // Function to call from gtest harness to ensure linker resolution. Returns 12 // Function to call from gtest harness to ensure linker resolution. Returns
13 // 1 on success or 0 on error. 13 // 1 on success or 0 on error.
14 int CheckPDFiumCApi(); 14 int CheckPDFiumCApi();
15 15
16 #ifdef __cplusplus 16 #ifdef __cplusplus
17 } 17 }
18 #endif 18 #endif
19 19
20 #endif // FPDFSDK_SRC_FPDFVIEW_C_API_TEST_H_ 20 #endif // FPDFSDK_FPDFVIEW_C_API_TEST_H_
OLDNEW
« no previous file with comments | « fpdfsdk/fpdfview.cpp ('k') | fpdfsdk/fpdfview_c_api_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698