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

Unified Diff: chrome/installer/util/helper_unittest.cc

Issue 5430003: Cleanup some installer style nits. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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/installer/util/helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/helper_unittest.cc
===================================================================
--- chrome/installer/util/helper_unittest.cc (revision 67834)
+++ chrome/installer/util/helper_unittest.cc (working copy)
@@ -11,14 +11,14 @@
#include "base/path_service.h"
#include "base/process_util.h"
#include "base/string_util.h"
+#include "chrome/installer/util/helper.h"
#include "chrome/installer/util/package.h"
-#include "chrome/installer/util/helper.h"
#include "chrome/installer/util/version.h"
#include "chrome/installer/util/work_item.h"
#include "testing/gtest/include/gtest/gtest.h"
+using installer::Package;
using installer::Version;
-using installer::Package;
namespace {
class SetupHelperTest : public testing::Test {
« no previous file with comments | « chrome/installer/util/helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698