| Index: base/win/registry_unittest.cc
 | 
| ===================================================================
 | 
| --- base/win/registry_unittest.cc	(revision 62848)
 | 
| +++ base/win/registry_unittest.cc	(working copy)
 | 
| @@ -2,9 +2,12 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "base/registry.h"
 | 
| +#include "base/win/registry.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
| +namespace base {
 | 
| +namespace win {
 | 
| +
 | 
|  namespace {
 | 
|  
 | 
|  const wchar_t kRootKey[] = L"Base_Registry_Unittest";
 | 
| @@ -57,3 +60,6 @@
 | 
|  }
 | 
|  
 | 
|  }  // namespace
 | 
| +
 | 
| +}  // namespace win
 | 
| +}  // namespace base
 | 
| 
 | 
| Property changes on: base\win\registry_unittest.cc
 | 
| ___________________________________________________________________
 | 
| Added: svn:eol-style
 | 
|    + LF
 | 
| 
 | 
| 
 |