From 6e93e526a35e8001a0ec46cc60e9230863be289c Mon Sep 17 00:00:00 2001 From: "rahulk@google.com" <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> Date: Thu, 14 Aug 2008 19:28:17 +0000 Subject: Moving GoogleUpdateSettings to util. Installer as well as Chrome needs these settings. BUG=1296800 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@877 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/breakpad.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/app/breakpad.cc') diff --git a/chrome/app/breakpad.cc b/chrome/app/breakpad.cc index bd66618..51e4950 100644 --- a/chrome/app/breakpad.cc +++ b/chrome/app/breakpad.cc @@ -41,8 +41,8 @@ #include "base/string_util.h" #include "base/win_util.h" #include "chrome/app/google_update_client.h" -#include "chrome/app/google_update_settings.h" #include "chrome/common/env_vars.h" +#include "chrome/installer/util/google_update_settings.h" #include "breakpad/src/client/windows/handler/exception_handler.h" namespace { -- cgit v1.1