| Index: services/catalog/entry.cc
 | 
| diff --git a/mojo/services/catalog/entry.cc b/services/catalog/entry.cc
 | 
| similarity index 99%
 | 
| rename from mojo/services/catalog/entry.cc
 | 
| rename to services/catalog/entry.cc
 | 
| index c806822db5bf80c312414966b2ff53aa87cfd3e7..8d0784ba6bbe2f412f7623571f1fc6a54bdc1f0a 100644
 | 
| --- a/mojo/services/catalog/entry.cc
 | 
| +++ b/services/catalog/entry.cc
 | 
| @@ -2,11 +2,11 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "mojo/services/catalog/entry.h"
 | 
| +#include "services/catalog/entry.h"
 | 
|  
 | 
|  #include "base/values.h"
 | 
| -#include "mojo/services/catalog/store.h"
 | 
|  #include "mojo/util/filename_util.h"
 | 
| +#include "services/catalog/store.h"
 | 
|  #include "services/shell/public/cpp/names.h"
 | 
|  #include "url/gurl.h"
 | 
|  
 | 
| 
 |