diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 00:26:11 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 00:26:11 +0000 |
commit | ffaf7322a4dd519ddb94f63cab4858bf9405f795 (patch) | |
tree | af89beaf8892b4a7327b048d549329d35f42f500 /chrome/installer/gcapi | |
parent | 8d6f0e8d185346bde18dca3f980e99a2290b8f0b (diff) | |
download | chromium_src-ffaf7322a4dd519ddb94f63cab4858bf9405f795.zip chromium_src-ffaf7322a4dd519ddb94f63cab4858bf9405f795.tar.gz chromium_src-ffaf7322a4dd519ddb94f63cab4858bf9405f795.tar.bz2 |
Cleanup: Remove unneeded base/file_util.h includes in chrome.
Review URL: https://chromiumcodereview.appspot.com/15030005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200118 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/gcapi')
-rw-r--r-- | chrome/installer/gcapi/gcapi.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/installer/gcapi/gcapi.cc b/chrome/installer/gcapi/gcapi.cc index 51acd3e..6341570 100644 --- a/chrome/installer/gcapi/gcapi.cc +++ b/chrome/installer/gcapi/gcapi.cc @@ -24,7 +24,6 @@ #include "base/basictypes.h" #include "base/command_line.h" -#include "base/file_util.h" #include "base/files/file_path.h" #include "base/process_util.h" #include "base/string16.h" @@ -629,7 +628,6 @@ BOOL __stdcall CanOfferReactivation(const wchar_t* brand_code, // values in HKEY_CURRENT_USER, and we only want to look at the logged-in // user's HKCU, not the admin user's HKCU. if (shell_mode == GCAPI_INVOKED_STANDARD_SHELL) { - if (!IsChromeInstalled(HKEY_LOCAL_MACHINE) && !IsChromeInstalled(HKEY_CURRENT_USER)) { if (error_code) |