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

Unified Diff: chrome/test/live_sync/live_sync_test.cc

Issue 2838042: Incorporating feedback from C++ readability review. (Closed)
Patch Set: Removing fwd declaration comments per Chromium norms. Also alphabetizing declarations. Created 10 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 | « chrome/test/live_sync/live_sync_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/live_sync_test.cc
diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc
index 997a9b117196815825ddf28454f0b3c41a98df7c..a7ccacbb1784f78e988ce67e70bb8790e1ef8c1c 100644
--- a/chrome/test/live_sync/live_sync_test.cc
+++ b/chrome/test/live_sync/live_sync_test.cc
@@ -48,8 +48,7 @@ void LiveSyncTest::TearDown() {
}
// static
-Profile* LiveSyncTest::MakeProfile(
- const FilePath::StringType name) {
+Profile* LiveSyncTest::MakeProfile(const FilePath::StringType name) {
FilePath path;
PathService::Get(chrome::DIR_USER_DATA, &path);
return ProfileManager::CreateProfile(path.Append(name));
« no previous file with comments | « chrome/test/live_sync/live_sync_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698