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

Side by Side Diff: ppapi/thunk/ppb_flash_file_api.h

Issue 238923007: PPAPI: Format ppapi/thunk using clang-format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium 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 PPAPI_THUNK_PPB_FLASH_FILE_API_H_ 5 #ifndef PPAPI_THUNK_PPB_FLASH_FILE_API_H_
6 #define PPAPI_THUNK_PPB_FLASH_FILE_API_H_ 6 #define PPAPI_THUNK_PPB_FLASH_FILE_API_H_
7 7
8 #include "ppapi/c/pp_bool.h" 8 #include "ppapi/c/pp_bool.h"
9 #include "ppapi/c/pp_stdint.h" 9 #include "ppapi/c/pp_stdint.h"
10 #include "ppapi/c/private/pp_file_handle.h" 10 #include "ppapi/c/private/pp_file_handle.h"
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 PP_Resource file_ref, 53 PP_Resource file_ref,
54 PP_FileInfo* info) = 0; 54 PP_FileInfo* info) = 0;
55 55
56 static const SingletonResourceID kSingletonResourceID = 56 static const SingletonResourceID kSingletonResourceID =
57 FLASH_FILE_SINGLETON_ID; 57 FLASH_FILE_SINGLETON_ID;
58 }; 58 };
59 59
60 } // namespace thunk 60 } // namespace thunk
61 } // namespace ppapi 61 } // namespace ppapi
62 62
63 #endif // PPAPI_THUNK_PPB_FLASH_FILE_API_H_ 63 #endif // PPAPI_THUNK_PPB_FLASH_FILE_API_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698