| Index: chrome/installer/util/google_update_settings_unittest.cc
|
| ===================================================================
|
| --- chrome/installer/util/google_update_settings_unittest.cc (revision 62848)
|
| +++ chrome/installer/util/google_update_settings_unittest.cc (working copy)
|
| @@ -5,14 +5,16 @@
|
| #include <windows.h>
|
| #include <shlwapi.h> // For SHDeleteKey.
|
|
|
| -#include "base/registry.h"
|
| #include "base/scoped_ptr.h"
|
| +#include "base/win/registry.h"
|
| #include "chrome/installer/util/browser_distribution.h"
|
| #include "chrome/installer/util/google_update_constants.h"
|
| #include "chrome/installer/util/google_update_settings.h"
|
| #include "chrome/installer/util/work_item_list.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using base::win::RegKey;
|
| +
|
| namespace {
|
|
|
| const wchar_t kHKCUReplacement[] =
|
|
|