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

Side by Side Diff: chrome/installer/setup/chrome_frame_quick_enable.cc

Issue 7048007: Move scoped_temp_dir and scoped_native_library back from base/memory to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unknwn Created 9 years, 7 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/installer/setup/chrome_frame_quick_enable.h" 5 #include "chrome/installer/setup/chrome_frame_quick_enable.h"
6 6
7 #include <windows.h> 7 #include <windows.h>
8 8
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "base/memory/scoped_temp_dir.h" 10 #include "base/scoped_temp_dir.h"
11 #include "base/string_util.h" 11 #include "base/string_util.h"
12 #include "base/win/registry.h" 12 #include "base/win/registry.h"
13 #include "chrome/installer/setup/install_worker.h" 13 #include "chrome/installer/setup/install_worker.h"
14 #include "chrome/installer/util/google_update_constants.h" 14 #include "chrome/installer/util/google_update_constants.h"
15 #include "chrome/installer/util/install_util.h" 15 #include "chrome/installer/util/install_util.h"
16 #include "chrome/installer/util/installation_state.h" 16 #include "chrome/installer/util/installation_state.h"
17 #include "chrome/installer/util/installer_state.h" 17 #include "chrome/installer/util/installer_state.h"
18 #include "chrome/installer/util/product.h" 18 #include "chrome/installer/util/product.h"
19 #include "chrome/installer/util/work_item.h" 19 #include "chrome/installer/util/work_item.h"
20 #include "chrome/installer/util/work_item_list.h" 20 #include "chrome/installer/util/work_item_list.h"
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 DCHECK_EQ(FIRST_INSTALL_SUCCESS, status); 136 DCHECK_EQ(FIRST_INSTALL_SUCCESS, status);
137 VLOG(1) << "Chrome Frame successfully activated."; 137 VLOG(1) << "Chrome Frame successfully activated.";
138 } 138 }
139 } 139 }
140 } 140 }
141 141
142 return status; 142 return status;
143 } 143 }
144 144
145 } // namespace installer 145 } // namespace installer
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/decompress_test.cc ('k') | chrome/installer/setup/setup_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698