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

Unified Diff: ppapi/shared_impl/file_growth.h

Issue 174213003: PPAPI: Use clang-format on ppapi/shared_impl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove DEPS Created 6 years, 10 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 | « ppapi/shared_impl/dir_contents.h ('k') | ppapi/shared_impl/file_growth.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/file_growth.h
diff --git a/ppapi/shared_impl/file_growth.h b/ppapi/shared_impl/file_growth.h
index 23f12e0298c69f2ad8cec23990f0b3cc3f1413f3..b2c3ed44d658287eed7befb12710605a64a9dfcd 100644
--- a/ppapi/shared_impl/file_growth.h
+++ b/ppapi/shared_impl/file_growth.h
@@ -23,10 +23,10 @@ struct PPAPI_SHARED_EXPORT FileGrowth {
typedef std::map<int32_t, FileGrowth> FileGrowthMap;
typedef std::map<int32_t, int64_t> FileSizeMap;
-PPAPI_SHARED_EXPORT FileGrowthMap FileSizeMapToFileGrowthMapForTesting(
- const FileSizeMap& file_sizes);
-PPAPI_SHARED_EXPORT FileSizeMap FileGrowthMapToFileSizeMapForTesting(
- const FileGrowthMap& file_growths);
+PPAPI_SHARED_EXPORT FileGrowthMap
+ FileSizeMapToFileGrowthMapForTesting(const FileSizeMap& file_sizes);
+PPAPI_SHARED_EXPORT FileSizeMap
+ FileGrowthMapToFileSizeMapForTesting(const FileGrowthMap& file_growths);
} // namespace ppapi
« no previous file with comments | « ppapi/shared_impl/dir_contents.h ('k') | ppapi/shared_impl/file_growth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698