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

Unified Diff: chrome/common/component_flash_hint_file_linux.cc

Issue 1298013002: Address some additional cleanup work needed for the component flash updates on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove useless GetPepperFlashBaseDirectory() wrapper Created 5 years, 4 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 | « chrome/common/component_flash_hint_file_linux.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/component_flash_hint_file_linux.cc
diff --git a/chrome/common/component_flash_hint_file_linux.cc b/chrome/common/component_flash_hint_file_linux.cc
index 80038e02754577463034ffcc7688905b11dec3f1..160c8e83568b213873afaef7f57f1d1d2c27af69 100644
--- a/chrome/common/component_flash_hint_file_linux.cc
+++ b/chrome/common/component_flash_hint_file_linux.cc
@@ -23,11 +23,10 @@
#include "crypto/secure_util.h"
#include "crypto/sha2.h"
-namespace chrome {
-
namespace component_flash_hint_file {
namespace {
+
// The current version of the hints file.
const int kCurrentHintFileVersion = 0x10;
// The earliest version of the hints file.
@@ -162,7 +161,7 @@ bool VerifyAndReturnFlashLocation(base::FilePath* path,
if (!value) {
LOG(ERROR)
- << "Could not deserialize the component updated flash hint file. Error "
+ << "Could not deserialize the component updated Flash hint file. Error "
<< error_code << ": " << error_message;
return false;
}
@@ -221,5 +220,3 @@ bool VerifyAndReturnFlashLocation(base::FilePath* path,
}
} // namespace component_flash_hint_file
-
-} // namespace chrome
« no previous file with comments | « chrome/common/component_flash_hint_file_linux.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698