| Index: remoting/host/resources.h
|
| diff --git a/remoting/base/resources.h b/remoting/host/resources.h
|
| similarity index 74%
|
| rename from remoting/base/resources.h
|
| rename to remoting/host/resources.h
|
| index 371c53328300b43f282ebe41a1d378f0369a4d93..698a487f781e513c791148dfdf4649e5f0c9982d 100644
|
| --- a/remoting/base/resources.h
|
| +++ b/remoting/host/resources.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2015 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.
|
|
|
| -#ifndef REMOTING_HOST_BASE_RESOURCES_H_
|
| -#define REMOTING_HOST_BASE_RESOURCES_H_
|
| +#ifndef REMOTING_HOST_RESOURCES_H_
|
| +#define REMOTING_HOST_RESOURCES_H_
|
|
|
| #include <string>
|
|
|
| @@ -20,4 +20,4 @@ void UnloadResources();
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_HOST_BASE_RESOURCES_H_
|
| +#endif // REMOTING_HOST_RESOURCES_H_
|
|
|