summaryrefslogtreecommitdiffstats
path: root/chrome/installer/gcapi
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-15 00:26:11 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-15 00:26:11 +0000
commitffaf7322a4dd519ddb94f63cab4858bf9405f795 (patch)
treeaf89beaf8892b4a7327b048d549329d35f42f500 /chrome/installer/gcapi
parent8d6f0e8d185346bde18dca3f980e99a2290b8f0b (diff)
downloadchromium_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.cc2
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)