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

Unified Diff: mojo/services/network/mojo_persistent_cookie_store.h

Issue 1543603002: Switch to standard integer types in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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
« no previous file with comments | « mojo/services/network/http_server_apptest.cc ('k') | mojo/services/network/net_adapters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/mojo_persistent_cookie_store.h
diff --git a/mojo/services/network/mojo_persistent_cookie_store.h b/mojo/services/network/mojo_persistent_cookie_store.h
index 66e9e880ab8c5f7ec0b546cf1520d503df73e1ce..dd5eecdcb5aa7daca7f5e2e517405afdbdc5a4c4 100644
--- a/mojo/services/network/mojo_persistent_cookie_store.h
+++ b/mojo/services/network/mojo_persistent_cookie_store.h
@@ -6,6 +6,7 @@
#define MOJO_SERVICES_NETWORK_MOJO_PERSISTENT_COOKIE_STORE_H_
#include "base/files/file_path.h"
+#include "base/macros.h"
#include "base/sequenced_task_runner.h"
#include "mojo/services/network/network_service_delegate_observer.h"
#include "net/cookies/cookie_monster.h"
« no previous file with comments | « mojo/services/network/http_server_apptest.cc ('k') | mojo/services/network/net_adapters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698