diff options
Diffstat (limited to 'remoting/host/json_host_config.h')
-rw-r--r-- | remoting/host/json_host_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/host/json_host_config.h b/remoting/host/json_host_config.h index d9f233b..56ec01d 100644 --- a/remoting/host/json_host_config.h +++ b/remoting/host/json_host_config.h @@ -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. @@ -8,8 +8,8 @@ #include <string> #include "base/file_path.h" -#include "base/ref_counted.h" -#include "base/scoped_ptr.h" +#include "base/memory/ref_counted.h" +#include "base/memory/scoped_ptr.h" #include "remoting/host/in_memory_host_config.h" class DictionaryValue; |