| Index: services/catalog/store.h
|
| diff --git a/mojo/services/catalog/store.h b/services/catalog/store.h
|
| similarity index 93%
|
| rename from mojo/services/catalog/store.h
|
| rename to services/catalog/store.h
|
| index 4ebdaeab970766b351bf52e2d74920baecbfe23b..a57e154dc749b35c1e9153a7cfc5901f8a80f6ef 100644
|
| --- a/mojo/services/catalog/store.h
|
| +++ b/services/catalog/store.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SERVICES_CATALOG_STORE_H_
|
| -#define MOJO_SERVICES_CATALOG_STORE_H_
|
| +#ifndef SERVICES_CATALOG_STORE_H_
|
| +#define SERVICES_CATALOG_STORE_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
| @@ -51,4 +51,4 @@ class Store {
|
|
|
| } // namespace catalog
|
|
|
| -#endif // MOJO_SERVICES_CATALOG_STORE_H_
|
| +#endif // SERVICES_CATALOG_STORE_H_
|
|
|