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

Unified Diff: device/geolocation/access_token_store.h

Issue 2200483002: Geolocation cleanup: run clang-format (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | device/geolocation/empty_wifi_data_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/access_token_store.h
diff --git a/device/geolocation/access_token_store.h b/device/geolocation/access_token_store.h
index e3938fd886fec5cd04508a3f178d5d48452b2ece..4a8740e198800f059b1fedd446ead78ddf2d230d 100644
--- a/device/geolocation/access_token_store.h
+++ b/device/geolocation/access_token_store.h
@@ -42,8 +42,8 @@ class AccessTokenStore : public base::RefCountedThreadSafe<AccessTokenStore> {
// so it is efficient to piggyback it onto this request.
virtual void LoadAccessTokens(const LoadAccessTokensCallback& callback) = 0;
- virtual void SaveAccessToken(
- const GURL& server_url, const base::string16& access_token) = 0;
+ virtual void SaveAccessToken(const GURL& server_url,
+ const base::string16& access_token) = 0;
protected:
friend class base::RefCountedThreadSafe<AccessTokenStore>;
« no previous file with comments | « no previous file | device/geolocation/empty_wifi_data_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698