commit | d2779df63aaad8b65fc5d4badee7dbc9bed7f2b6 | [log] [tgz] |
---|---|---|
author | Alex Vakulenko <[email protected]> | Mon Jun 16 13:19:00 2014 -0700 |
committer | chrome-internal-fetch <[email protected]> | Wed Jun 18 01:39:59 2014 +0000 |
tree | e34a511ee4068d8d9cd46a992a4e147f3afbd351 | |
parent | b683327ed3f50ef89324069fc87ee076b65bee46 [diff] [blame] |
update_engine: fixed warnings from cpplint Fixed all the cpplint warnings in update engine. BUG=None TEST=Unit tests still pass. Change-Id: I285ae858eec8abe0b26ff203b99a42a200ceb71c Reviewed-on: https://chromium-review.googlesource.com/204027 Reviewed-by: Alex Vakulenko <[email protected]> Tested-by: Alex Vakulenko <[email protected]> Commit-Queue: Alex Vakulenko <[email protected]>
diff --git a/constants.cc b/constants.cc index eec9144..b68bd04 100644 --- a/constants.cc +++ b/constants.cc
@@ -75,4 +75,4 @@ const char kPrefsUrlSwitchCount[] = "url-switch-count"; const char kPrefsWallClockWaitPeriod[] = "wall-clock-wait-period"; -} +} // namespace chromeos_update_engine