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

Unified Diff: cloud_print/gcp20/prototype/command_line_reader.h

Issue 1475803002: Remove kuint16max. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kint2
Patch Set: cloud print Created 5 years 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
Index: cloud_print/gcp20/prototype/command_line_reader.h
diff --git a/cloud_print/gcp20/prototype/command_line_reader.h b/cloud_print/gcp20/prototype/command_line_reader.h
index 20be585625f0bc71c8a525b8f6526d5f230cfc23..018b79eb4f41f97c96a5d91624f754e1357d4658 100644
--- a/cloud_print/gcp20/prototype/command_line_reader.h
+++ b/cloud_print/gcp20/prototype/command_line_reader.h
@@ -5,15 +5,15 @@
#ifndef CLOUD_PRINT_GCP20_PROTOTYPE_COMMAND_LINE_READER_H_
#define CLOUD_PRINT_GCP20_PROTOTYPE_COMMAND_LINE_READER_H_
-#include <string>
+#include <stdint.h>
-#include "base/basictypes.h"
+#include <string>
namespace command_line_reader {
-uint16 ReadHttpPort(uint16 default_value);
+uint16_t ReadHttpPort(uint16_t default_value);
-uint32 ReadTtl(uint32 default_value);
+uint32_t ReadTtl(uint32_t default_value);
std::string ReadServiceNamePrefix(const std::string& default_value);
« no previous file with comments | « chrome/browser/sync/test/integration/sync_test.cc ('k') | cloud_print/gcp20/prototype/command_line_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698