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

Unified Diff: components/leveldb/leveldb_app.h

Issue 1770533002: Change userid from a uint32_t to a string guid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@33connector
Patch Set: . Created 4 years, 9 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 | « components/font_service/font_service_app.cc ('k') | components/leveldb/leveldb_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/leveldb_app.h
diff --git a/components/leveldb/leveldb_app.h b/components/leveldb/leveldb_app.h
index d9877d95b3957e80303bec62efe98f226686c5b4..886f3491564e70619402127eb72f179ddef0a8fd 100644
--- a/components/leveldb/leveldb_app.h
+++ b/components/leveldb/leveldb_app.h
@@ -23,8 +23,8 @@ class LevelDBApp : public mojo::ShellClient,
// |ShellClient| override:
void Initialize(mojo::Connector* connector,
const std::string& url,
- uint32_t id,
- uint32_t user_id) override;
+ const std::string& user_id,
+ uint32_t id) override;
bool AcceptConnection(mojo::Connection* connection) override;
// TODO(erg): What do we have to do on shell error?
« no previous file with comments | « components/font_service/font_service_app.cc ('k') | components/leveldb/leveldb_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698