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

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

Issue 10052028: Fix line endings in ppapi. No code change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « ppapi/tests/test_view.cc ('k') | ppapi/thunk/ppb_mouse_cursor_thunk.cc » ('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 (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_INSTANCE_API_H_ 5 #ifndef PPAPI_THUNK_INSTANCE_API_H_
6 #define PPAPI_THUNK_INSTANCE_API_H_ 6 #define PPAPI_THUNK_INSTANCE_API_H_
7 7
8 #include "ppapi/c/dev/ppb_console_dev.h" 8 #include "ppapi/c/dev/ppb_console_dev.h"
9 #include "ppapi/c/dev/ppb_url_util_dev.h" 9 #include "ppapi/c/dev/ppb_url_util_dev.h"
10 #include "ppapi/c/pp_bool.h" 10 #include "ppapi/c/pp_bool.h"
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 virtual PP_Var GetPluginInstanceURL(PP_Instance instance, 130 virtual PP_Var GetPluginInstanceURL(PP_Instance instance,
131 PP_URLComponents_Dev* components) = 0; 131 PP_URLComponents_Dev* components) = 0;
132 132
133 static const ApiID kApiID = API_ID_PPB_INSTANCE; 133 static const ApiID kApiID = API_ID_PPB_INSTANCE;
134 }; 134 };
135 135
136 } // namespace thunk 136 } // namespace thunk
137 } // namespace ppapi 137 } // namespace ppapi
138 138
139 #endif // PPAPI_THUNK_INSTANCE_API_H_ 139 #endif // PPAPI_THUNK_INSTANCE_API_H_
OLDNEW
« no previous file with comments | « ppapi/tests/test_view.cc ('k') | ppapi/thunk/ppb_mouse_cursor_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698