diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/win/shell.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/win/shell.cc b/app/win/shell.cc index 0f64f06..a951315 100644 --- a/app/win/shell.cc +++ b/app/win/shell.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -11,8 +11,8 @@ #include "base/native_library.h" #include "base/string_util.h" #include "base/win/scoped_comptr.h" -#include "base/win/windows_version.h" #include "base/win/win_util.h" +#include "base/win/windows_version.h" namespace app { namespace win { |