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

Unified Diff: rlz/lib/string_utils.h

Issue 10642009: Add a regenerate button to regenerate the password in Windows. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync and Merge. Created 8 years, 6 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 | « rlz/lib/rlz_value_store.h ('k') | rlz/lib/string_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/lib/string_utils.h
diff --git a/rlz/lib/string_utils.h b/rlz/lib/string_utils.h
deleted file mode 100644
index 6f64e5847012bd89248b1e84c2b7040a23e38b41..0000000000000000000000000000000000000000
--- a/rlz/lib/string_utils.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-//
-// String manipulation functions used in the RLZ library.
-
-#ifndef RLZ_LIB_STRING_UTILS_H_
-#define RLZ_LIB_STRING_UTILS_H_
-
-#include <string>
-
-namespace rlz_lib {
-
-bool IsAscii(char letter);
-
-bool BytesToString(const unsigned char* data,
- int data_len,
- std::string* string);
-
-bool GetHexValue(char letter, int* value);
-
-int HexStringToInteger(const char* text);
-
-}; // namespace
-
-#endif // RLZ_LIB_STRING_UTILS_H_
« no previous file with comments | « rlz/lib/rlz_value_store.h ('k') | rlz/lib/string_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698