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

Unified Diff: chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc

Issue 2705293002: Chrome VR clang-format cleanup (Closed)
Patch Set: Rebase to ToT. Created 3 years, 10 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/browser/ui/webui/vr_shell/vr_shell_ui_message_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
diff --git a/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc b/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
index 7e75241b9d365d31e9bf2672582f4dbbbc84af99..5b5300eb1657790f8a17cb04ee52a93193a33677 100644
--- a/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
+++ b/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
@@ -4,6 +4,9 @@
#include "chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.h"
+#include <string>
+#include <unordered_set>
+
#include "base/memory/ptr_util.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/webui/vr_shell/vr_shell_ui_message_handler.h"
@@ -169,10 +172,9 @@ void RemoteDataSource::OnURLFetchComplete(const net::URLFetcher* source) {
// page from remote server. Empty string indicates default page.
use_localhost_ = false;
content::URLDataSource::GotDataCallback callback = it->second;
- StartDataRequest(
- std::string(),
- content::ResourceRequestInfo::WebContentsGetter(),
- callback);
+ StartDataRequest(std::string(),
+ content::ResourceRequestInfo::WebContentsGetter(),
+ callback);
}
} else {
it->second.Run(base::RefCountedString::TakeString(&response));
« no previous file with comments | « chrome/browser/ui/webui/vr_shell/vr_shell_ui_message_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698