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

Unified Diff: runtime/bin/vmservice_dartium.h

Issue 2480793002: clang-format runtime/bin (Closed)
Patch Set: Created 4 years, 1 month 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 | « runtime/bin/utils_win.cc ('k') | runtime/bin/vmservice_dartium.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice_dartium.h
diff --git a/runtime/bin/vmservice_dartium.h b/runtime/bin/vmservice_dartium.h
index dfbf7689abf359f33f6c1b3c3a505d996da43067..472df34238a91b4408fdebad103d66ebb7c0cd8f 100644
--- a/runtime/bin/vmservice_dartium.h
+++ b/runtime/bin/vmservice_dartium.h
@@ -20,15 +20,18 @@ class VmServiceServer {
static const char* GetServerAddress();
- static void DecompressAssets(const uint8_t* input, unsigned int input_len,
- uint8_t** output, unsigned int* output_length);
+ static void DecompressAssets(const uint8_t* input,
+ unsigned int input_len,
+ uint8_t** output,
+ unsigned int* output_length);
-/* DISALLOW_ALLOCATION */
+ /* DISALLOW_ALLOCATION */
void operator delete(void* pointer);
+
private:
void* operator new(size_t size);
-/* DISALLOW_IMPLICIT_CONSTRUCTORS */
+ /* DISALLOW_IMPLICIT_CONSTRUCTORS */
VmServiceServer();
VmServiceServer(const VmServiceServer&);
void operator=(const VmServiceServer&);
« no previous file with comments | « runtime/bin/utils_win.cc ('k') | runtime/bin/vmservice_dartium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698