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

Unified Diff: chrome/installer/setup/install_worker.cc

Issue 10912096: C++ reability review for gab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: chrome/installer/setup/install_worker.cc
diff --git a/chrome/installer/setup/install_worker.cc b/chrome/installer/setup/install_worker.cc
index 07d182b01ee3356ec71c63f5d8c118c744600171..44d68b585cdb4b610de9b4db9ab137195e95ed3e 100644
--- a/chrome/installer/setup/install_worker.cc
+++ b/chrome/installer/setup/install_worker.cc
@@ -5,6 +5,8 @@
// This file contains the definitions of the installer functions that build
// the WorkItemList used to install the application.
+//Pickup file for readability review.
+
#include "chrome/installer/setup/install_worker.h"
#include <oaidl.h>

Powered by Google App Engine
This is Rietveld 408576698