summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util')
-rw-r--r--chrome/installer/util/browser_distribution.cc1
-rw-r--r--chrome/installer/util/browser_distribution.h1
-rw-r--r--chrome/installer/util/compat_checks.cc1
-rw-r--r--chrome/installer/util/compat_checks_unittest.cc1
-rw-r--r--chrome/installer/util/copy_tree_work_item.cc1
-rw-r--r--chrome/installer/util/copy_tree_work_item.h1
-rw-r--r--chrome/installer/util/copy_tree_work_item_unittest.cc1
-rw-r--r--chrome/installer/util/create_dir_work_item.cc1
-rw-r--r--chrome/installer/util/create_dir_work_item.h1
-rw-r--r--chrome/installer/util/create_dir_work_item_unittest.cc1
-rw-r--r--chrome/installer/util/create_reg_key_work_item.cc1
-rw-r--r--chrome/installer/util/create_reg_key_work_item.h1
-rw-r--r--chrome/installer/util/create_reg_key_work_item_unittest.cc1
-rw-r--r--chrome/installer/util/delete_reg_value_work_item.cc1
-rw-r--r--chrome/installer/util/delete_reg_value_work_item.h1
-rw-r--r--chrome/installer/util/delete_tree_work_item.cc1
-rw-r--r--chrome/installer/util/delete_tree_work_item.h1
-rw-r--r--chrome/installer/util/delete_tree_work_item_unittest.cc1
-rw-r--r--chrome/installer/util/google_chrome_distribution.h1
-rw-r--r--chrome/installer/util/google_update_constants.cc1
-rw-r--r--chrome/installer/util/google_update_constants.h1
-rw-r--r--chrome/installer/util/google_update_settings.h1
-rw-r--r--chrome/installer/util/helper.cc1
-rw-r--r--chrome/installer/util/helper.h1
-rw-r--r--chrome/installer/util/helper_unittest.cc1
-rw-r--r--chrome/installer/util/html_dialog.h1
-rw-r--r--chrome/installer/util/html_dialog_impl.cc1
-rw-r--r--chrome/installer/util/install_util.h1
-rw-r--r--chrome/installer/util/l10n_string_util.cc1
-rw-r--r--chrome/installer/util/l10n_string_util.h1
-rw-r--r--chrome/installer/util/logging_installer.cc1
-rw-r--r--chrome/installer/util/logging_installer.h1
-rw-r--r--chrome/installer/util/lzma_util.cc1
-rw-r--r--chrome/installer/util/lzma_util.h1
-rw-r--r--chrome/installer/util/move_tree_work_item.h1
-rw-r--r--chrome/installer/util/set_reg_value_work_item.cc1
-rw-r--r--chrome/installer/util/set_reg_value_work_item.h1
-rw-r--r--chrome/installer/util/set_reg_value_work_item_unittest.cc1
-rw-r--r--chrome/installer/util/shell_util.cc1
-rw-r--r--chrome/installer/util/version.cc1
-rw-r--r--chrome/installer/util/version.h1
-rw-r--r--chrome/installer/util/work_item.cc1
-rw-r--r--chrome/installer/util/work_item.h1
-rw-r--r--chrome/installer/util/work_item_list.cc1
-rw-r--r--chrome/installer/util/work_item_list.h1
-rw-r--r--chrome/installer/util/work_item_list_unittest.cc1
46 files changed, 0 insertions, 46 deletions
diff --git a/chrome/installer/util/browser_distribution.cc b/chrome/installer/util/browser_distribution.cc
index 4d52c8c..f98e366 100644
--- a/chrome/installer/util/browser_distribution.cc
+++ b/chrome/installer/util/browser_distribution.cc
@@ -66,4 +66,3 @@ std::wstring BrowserDistribution::GetVersionKey() {
void BrowserDistribution::UpdateDiffInstallStatus(bool system_install,
bool incremental_install, installer_util::InstallStatus install_status) {
}
-
diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h
index f48dcd8..3ff74a3 100644
--- a/chrome/installer/util/browser_distribution.h
+++ b/chrome/installer/util/browser_distribution.h
@@ -50,4 +50,3 @@ class BrowserDistribution {
};
#endif // CHROME_INSTALLER_UTIL_BROWSER_DISTRIBUTION_H_
-
diff --git a/chrome/installer/util/compat_checks.cc b/chrome/installer/util/compat_checks.cc
index 3c1d3ae..2eaa2dd 100644
--- a/chrome/installer/util/compat_checks.cc
+++ b/chrome/installer/util/compat_checks.cc
@@ -56,4 +56,3 @@ bool HasIncompatibleSymantecEndpointVersion(const wchar_t* version) {
return false;
return IsBadSEPVersion(v0, v1, v2);
}
-
diff --git a/chrome/installer/util/compat_checks_unittest.cc b/chrome/installer/util/compat_checks_unittest.cc
index 3c43a26..2d6d295 100644
--- a/chrome/installer/util/compat_checks_unittest.cc
+++ b/chrome/installer/util/compat_checks_unittest.cc
@@ -20,4 +20,3 @@ TEST(CompatTests, SymantecSEP) {
EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.b.3000.1"));
}
-
diff --git a/chrome/installer/util/copy_tree_work_item.cc b/chrome/installer/util/copy_tree_work_item.cc
index 0b51f95..5aa601c 100644
--- a/chrome/installer/util/copy_tree_work_item.cc
+++ b/chrome/installer/util/copy_tree_work_item.cc
@@ -145,4 +145,3 @@ bool CopyTreeWorkItem::GetBackupPath() {
return true;
}
-
diff --git a/chrome/installer/util/copy_tree_work_item.h b/chrome/installer/util/copy_tree_work_item.h
index c7b5e41..d4c54bd 100644
--- a/chrome/installer/util/copy_tree_work_item.h
+++ b/chrome/installer/util/copy_tree_work_item.h
@@ -78,4 +78,3 @@ class CopyTreeWorkItem : public WorkItem {
};
#endif // CHROME_INSTALLER_UTIL_COPY_TREE_WORK_ITEM_H__
-
diff --git a/chrome/installer/util/copy_tree_work_item_unittest.cc b/chrome/installer/util/copy_tree_work_item_unittest.cc
index 1e0c04a..b9a2dac3 100644
--- a/chrome/installer/util/copy_tree_work_item_unittest.cc
+++ b/chrome/installer/util/copy_tree_work_item_unittest.cc
@@ -667,4 +667,3 @@ TEST_F(CopyTreeWorkItemTest, CopyTree) {
LOG(INFO) << "compare " << file_name_from_2 << " and " << file_name_to_2;
EXPECT_TRUE(file_util::ContentsEqual(file_name_from_2, file_name_to_2));
}
-
diff --git a/chrome/installer/util/create_dir_work_item.cc b/chrome/installer/util/create_dir_work_item.cc
index bbf0ae2..d02de53 100644
--- a/chrome/installer/util/create_dir_work_item.cc
+++ b/chrome/installer/util/create_dir_work_item.cc
@@ -67,4 +67,3 @@ void CreateDirWorkItem::Rollback() {
return;
}
-
diff --git a/chrome/installer/util/create_dir_work_item.h b/chrome/installer/util/create_dir_work_item.h
index 2b98f16..4f3edf7 100644
--- a/chrome/installer/util/create_dir_work_item.h
+++ b/chrome/installer/util/create_dir_work_item.h
@@ -43,4 +43,3 @@ class CreateDirWorkItem : public WorkItem {
};
#endif // CHROME_INSTALLER_UTIL_CREATE_DIR_WORK_ITEM_H__
-
diff --git a/chrome/installer/util/create_dir_work_item_unittest.cc b/chrome/installer/util/create_dir_work_item_unittest.cc
index 6382f5c..e179afc 100644
--- a/chrome/installer/util/create_dir_work_item_unittest.cc
+++ b/chrome/installer/util/create_dir_work_item_unittest.cc
@@ -142,4 +142,3 @@ TEST_F(CreateDirWorkItemTest, RollbackWithMissingDir) {
// the rest.
EXPECT_FALSE(file_util::PathExists(dir_to_create_1));
}
-
diff --git a/chrome/installer/util/create_reg_key_work_item.cc b/chrome/installer/util/create_reg_key_work_item.cc
index 3de9ac2..78536de 100644
--- a/chrome/installer/util/create_reg_key_work_item.cc
+++ b/chrome/installer/util/create_reg_key_work_item.cc
@@ -103,4 +103,3 @@ bool CreateRegKeyWorkItem::InitKeyList() {
return true;
}
-
diff --git a/chrome/installer/util/create_reg_key_work_item.h b/chrome/installer/util/create_reg_key_work_item.h
index 029dfee..0c6c831 100644
--- a/chrome/installer/util/create_reg_key_work_item.h
+++ b/chrome/installer/util/create_reg_key_work_item.h
@@ -47,4 +47,3 @@ class CreateRegKeyWorkItem : public WorkItem {
};
#endif // CHROME_INSTALLER_UTIL_CREATE_REG_KEY_WORK_ITEM_H__
-
diff --git a/chrome/installer/util/create_reg_key_work_item_unittest.cc b/chrome/installer/util/create_reg_key_work_item_unittest.cc
index 649b8fc..21280b9 100644
--- a/chrome/installer/util/create_reg_key_work_item_unittest.cc
+++ b/chrome/installer/util/create_reg_key_work_item_unittest.cc
@@ -174,4 +174,3 @@ TEST_F(CreateRegKeyWorkItemTest, RollbackWithSetValue) {
// Rollback should not remove the key.
EXPECT_TRUE(key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ));
}
-
diff --git a/chrome/installer/util/delete_reg_value_work_item.cc b/chrome/installer/util/delete_reg_value_work_item.cc
index b2f162a..ff49167 100644
--- a/chrome/installer/util/delete_reg_value_work_item.cc
+++ b/chrome/installer/util/delete_reg_value_work_item.cc
@@ -79,4 +79,3 @@ void DeleteRegValueWorkItem::Rollback() {
key.Close();
return;
}
-
diff --git a/chrome/installer/util/delete_reg_value_work_item.h b/chrome/installer/util/delete_reg_value_work_item.h
index 164279a..3656ee5 100644
--- a/chrome/installer/util/delete_reg_value_work_item.h
+++ b/chrome/installer/util/delete_reg_value_work_item.h
@@ -62,4 +62,3 @@ class DeleteRegValueWorkItem : public WorkItem {
};
#endif // CHROME_INSTALLER_UTIL_DELETE_REG_VALUE_WORK_ITEM_H_
-
diff --git a/chrome/installer/util/delete_tree_work_item.cc b/chrome/installer/util/delete_tree_work_item.cc
index cc270a7..dd689ff 100644
--- a/chrome/installer/util/delete_tree_work_item.cc
+++ b/chrome/installer/util/delete_tree_work_item.cc
@@ -70,4 +70,3 @@ bool DeleteTreeWorkItem::GetBackupPath(std::wstring for_path,
return true;
}
-
diff --git a/chrome/installer/util/delete_tree_work_item.h b/chrome/installer/util/delete_tree_work_item.h
index 64b7a28..571d2d0 100644
--- a/chrome/installer/util/delete_tree_work_item.h
+++ b/chrome/installer/util/delete_tree_work_item.h
@@ -47,4 +47,3 @@ class DeleteTreeWorkItem : public WorkItem {
};
#endif // CHROME_INSTALLER_UTIL_DELETE_TREE_WORK_ITEM_H__
-
diff --git a/chrome/installer/util/delete_tree_work_item_unittest.cc b/chrome/installer/util/delete_tree_work_item_unittest.cc
index 282aa0d..ec11a2e 100644
--- a/chrome/installer/util/delete_tree_work_item_unittest.cc
+++ b/chrome/installer/util/delete_tree_work_item_unittest.cc
@@ -216,4 +216,3 @@ TEST_F(DeleteTreeWorkItemTest, DeleteTreeInUse) {
// make sure the handle is closed.
WaitForSingleObject(pi.hProcess, INFINITE);
}
-
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h
index f0bc8bd..1dc53a5 100644
--- a/chrome/installer/util/google_chrome_distribution.h
+++ b/chrome/installer/util/google_chrome_distribution.h
@@ -85,4 +85,3 @@ class GoogleChromeDistribution : public BrowserDistribution {
};
#endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_DISTRIBUTION_H_
-
diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc
index fc2dbc7..fd18e09 100644
--- a/chrome/installer/util/google_update_constants.cc
+++ b/chrome/installer/util/google_update_constants.cc
@@ -27,4 +27,3 @@ const wchar_t kRegReferralField[] = L"referral";
const wchar_t kEnvProductVersionKey[] = L"CHROME_VERSION";
} // namespace installer
-
diff --git a/chrome/installer/util/google_update_constants.h b/chrome/installer/util/google_update_constants.h
index 66b1efe..f6b833f 100644
--- a/chrome/installer/util/google_update_constants.h
+++ b/chrome/installer/util/google_update_constants.h
@@ -34,4 +34,3 @@ extern const wchar_t kEnvProductVersionKey[];
} // namespace google_update
#endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_
-
diff --git a/chrome/installer/util/google_update_settings.h b/chrome/installer/util/google_update_settings.h
index f45d1fc..8ae65b4 100644
--- a/chrome/installer/util/google_update_settings.h
+++ b/chrome/installer/util/google_update_settings.h
@@ -49,4 +49,3 @@ class GoogleUpdateSettings {
};
#endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_SETTINGS_H_
-
diff --git a/chrome/installer/util/helper.cc b/chrome/installer/util/helper.cc
index b7dd3c6..51d095c 100644
--- a/chrome/installer/util/helper.cc
+++ b/chrome/installer/util/helper.cc
@@ -110,4 +110,3 @@ void installer::RemoveOldVersionDirs(const std::wstring& chrome_path,
FindClose(file_handle);
}
-
diff --git a/chrome/installer/util/helper.h b/chrome/installer/util/helper.h
index c4678b5..c59ca89 100644
--- a/chrome/installer/util/helper.h
+++ b/chrome/installer/util/helper.h
@@ -42,4 +42,3 @@ void RemoveOldVersionDirs(const std::wstring& chrome_path,
} // namespace installer
#endif
-
diff --git a/chrome/installer/util/helper_unittest.cc b/chrome/installer/util/helper_unittest.cc
index b35a11b..7692284 100644
--- a/chrome/installer/util/helper_unittest.cc
+++ b/chrome/installer/util/helper_unittest.cc
@@ -193,4 +193,3 @@ TEST_F(SetupHelperTest, DeleteInUsed) {
// the latest version should stay
EXPECT_TRUE(file_util::PathExists(chrome_dll_4));
}
-
diff --git a/chrome/installer/util/html_dialog.h b/chrome/installer/util/html_dialog.h
index 46ed1c8..468237e0 100644
--- a/chrome/installer/util/html_dialog.h
+++ b/chrome/installer/util/html_dialog.h
@@ -92,4 +92,3 @@ class EulaHTMLDialog {
} // namespace installer
#endif // CHROME_INSTALLER_UTIL_HTML_DIALOG_H_
-
diff --git a/chrome/installer/util/html_dialog_impl.cc b/chrome/installer/util/html_dialog_impl.cc
index 8925016..f896d0e 100644
--- a/chrome/installer/util/html_dialog_impl.cc
+++ b/chrome/installer/util/html_dialog_impl.cc
@@ -183,4 +183,3 @@ EulaHTMLDialog::Outcome EulaHTMLDialog::ShowModal() {
}
} // namespace installer
-
diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h
index ee6e2ff..68b0538 100644
--- a/chrome/installer/util/install_util.h
+++ b/chrome/installer/util/install_util.h
@@ -59,4 +59,3 @@ class InstallUtil {
#endif // CHROME_INSTALLER_UTIL_INSTALL_UTIL_H__
-
diff --git a/chrome/installer/util/l10n_string_util.cc b/chrome/installer/util/l10n_string_util.cc
index 0675dca..46ed565 100644
--- a/chrome/installer/util/l10n_string_util.cc
+++ b/chrome/installer/util/l10n_string_util.cc
@@ -234,4 +234,3 @@ std::wstring GetLocalizedEulaResource() {
}
} // namespace installer_util
-
diff --git a/chrome/installer/util/l10n_string_util.h b/chrome/installer/util/l10n_string_util.h
index bea5344..b12fff3 100644
--- a/chrome/installer/util/l10n_string_util.h
+++ b/chrome/installer/util/l10n_string_util.h
@@ -29,4 +29,3 @@ std::wstring GetLocalizedEulaResource();
} // namespace installer_util.
#endif // CHROME_INSTALLER_UTIL_L10N_STRING_UTIL_H_
-
diff --git a/chrome/installer/util/logging_installer.cc b/chrome/installer/util/logging_installer.cc
index 6aaf979..953535c 100644
--- a/chrome/installer/util/logging_installer.cc
+++ b/chrome/installer/util/logging_installer.cc
@@ -65,4 +65,3 @@ std::wstring GetLogFilePath(const CommandLine& command_line) {
}
} // namespace installer
-
diff --git a/chrome/installer/util/logging_installer.h b/chrome/installer/util/logging_installer.h
index c53611d..b14c2a3 100644
--- a/chrome/installer/util/logging_installer.h
+++ b/chrome/installer/util/logging_installer.h
@@ -25,4 +25,3 @@ std::wstring GetLogFilePath(const CommandLine& command_line);
} // namespace installer
#endif
-
diff --git a/chrome/installer/util/lzma_util.cc b/chrome/installer/util/lzma_util.cc
index c1a2be2..18eced3 100644
--- a/chrome/installer/util/lzma_util.cc
+++ b/chrome/installer/util/lzma_util.cc
@@ -183,4 +183,3 @@ void LzmaUtil::CloseArchive() {
}
} // namespace installer
-
diff --git a/chrome/installer/util/lzma_util.h b/chrome/installer/util/lzma_util.h
index e186fd6..f2a942e 100644
--- a/chrome/installer/util/lzma_util.h
+++ b/chrome/installer/util/lzma_util.h
@@ -35,4 +35,3 @@ class LzmaUtil {
#endif // CHROME_INSTALLER_UTIL_LZMA_UTIL_H__
-
diff --git a/chrome/installer/util/move_tree_work_item.h b/chrome/installer/util/move_tree_work_item.h
index fd938d2..95964fb 100644
--- a/chrome/installer/util/move_tree_work_item.h
+++ b/chrome/installer/util/move_tree_work_item.h
@@ -59,4 +59,3 @@ class MoveTreeWorkItem : public WorkItem {
};
#endif // CHROME_INSTALLER_UTIL_MOVE_TREE_WORK_ITEM_H_
-
diff --git a/chrome/installer/util/set_reg_value_work_item.cc b/chrome/installer/util/set_reg_value_work_item.cc
index a7714bb..57965d0 100644
--- a/chrome/installer/util/set_reg_value_work_item.cc
+++ b/chrome/installer/util/set_reg_value_work_item.cc
@@ -149,4 +149,3 @@ void SetRegValueWorkItem::Rollback() {
key.Close();
return;
}
-
diff --git a/chrome/installer/util/set_reg_value_work_item.h b/chrome/installer/util/set_reg_value_work_item.h
index c795363..1dd4869 100644
--- a/chrome/installer/util/set_reg_value_work_item.h
+++ b/chrome/installer/util/set_reg_value_work_item.h
@@ -74,4 +74,3 @@ class SetRegValueWorkItem : public WorkItem {
};
#endif // CHROME_INSTALLER_UTIL_SET_REG_VALUE_WORK_ITEM_H__
-
diff --git a/chrome/installer/util/set_reg_value_work_item_unittest.cc b/chrome/installer/util/set_reg_value_work_item_unittest.cc
index bf41fff..dc74ed3 100644
--- a/chrome/installer/util/set_reg_value_work_item_unittest.cc
+++ b/chrome/installer/util/set_reg_value_work_item_unittest.cc
@@ -225,4 +225,3 @@ TEST_F(SetRegValueWorkItemTest, WriteNonExistingKey) {
parent_key, name, dword1, false));
EXPECT_FALSE(work_item->Do());
}
-
diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc
index 7984de6..5627cc3 100644
--- a/chrome/installer/util/shell_util.cc
+++ b/chrome/installer/util/shell_util.cc
@@ -686,4 +686,3 @@ bool ShellUtil::UpdateChromeShortcut(const std::wstring& chrome_exe,
0); // icon index
}
}
-
diff --git a/chrome/installer/util/version.cc b/chrome/installer/util/version.cc
index a542c9a..892d5d7 100644
--- a/chrome/installer/util/version.cc
+++ b/chrome/installer/util/version.cc
@@ -44,4 +44,3 @@ installer::Version* installer::Version::GetVersionFromString(
return new Version(StringToInt64(numbers[0]), StringToInt64(numbers[1]),
StringToInt64(numbers[2]), StringToInt64(numbers[3]));
}
-
diff --git a/chrome/installer/util/version.h b/chrome/installer/util/version.h
index 559db22..5d7e3c0 100644
--- a/chrome/installer/util/version.h
+++ b/chrome/installer/util/version.h
@@ -44,4 +44,3 @@ private:
} // namespace installer
#endif
-
diff --git a/chrome/installer/util/work_item.cc b/chrome/installer/util/work_item.cc
index 568a79d..6c56fa7 100644
--- a/chrome/installer/util/work_item.cc
+++ b/chrome/installer/util/work_item.cc
@@ -74,4 +74,3 @@ WorkItemList* WorkItem::CreateWorkItemList() {
std::wstring WorkItem::Dump() {
return std::wstring(L"Work Item");
}
-
diff --git a/chrome/installer/util/work_item.h b/chrome/installer/util/work_item.h
index f23e181..86f4834 100644
--- a/chrome/installer/util/work_item.h
+++ b/chrome/installer/util/work_item.h
@@ -111,4 +111,3 @@ class WorkItem {
};
#endif // CHROME_INSTALLER_UTIL_WORK_ITEM_H_
-
diff --git a/chrome/installer/util/work_item_list.cc b/chrome/installer/util/work_item_list.cc
index 0115e81..7913b8c 100644
--- a/chrome/installer/util/work_item_list.cc
+++ b/chrome/installer/util/work_item_list.cc
@@ -133,4 +133,3 @@ bool WorkItemList::AddSetRegValueWorkItem(HKEY predefined_root,
value_data, overwrite));
return AddWorkItem(item);
}
-
diff --git a/chrome/installer/util/work_item_list.h b/chrome/installer/util/work_item_list.h
index c59272f..a8e3bbb 100644
--- a/chrome/installer/util/work_item_list.h
+++ b/chrome/installer/util/work_item_list.h
@@ -98,4 +98,3 @@ class WorkItemList : public WorkItem {
};
#endif // CHROME_INSTALLER_UTIL_WORK_ITEM_LIST_H__
-
diff --git a/chrome/installer/util/work_item_list_unittest.cc b/chrome/installer/util/work_item_list_unittest.cc
index 520b5b0..41d9918 100644
--- a/chrome/installer/util/work_item_list_unittest.cc
+++ b/chrome/installer/util/work_item_list_unittest.cc
@@ -154,4 +154,3 @@ TEST_F(WorkItemListTest, ExecutionFailAndRollback) {
EXPECT_FALSE(key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ));
EXPECT_FALSE(file_util::PathExists(top_dir_to_create));
}
-