| Index: services/authentication/dummy_authentication_app.cc
|
| diff --git a/services/authentication/dummy_authentication_app.cc b/services/authentication/dummy_authentication_app.cc
|
| index d55d044004602ea60a5d9c9496a061ed9b02d08a..b98c15e54715e17f8fb3324027fe2ddd849f5439 100644
|
| --- a/services/authentication/dummy_authentication_app.cc
|
| +++ b/services/authentication/dummy_authentication_app.cc
|
| @@ -9,7 +9,7 @@
|
| #include "mojo/public/cpp/application/application_runner.h"
|
| #include "mojo/public/cpp/application/interface_factory.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| -#include "mojo/services/authentication/public/interfaces/authentication.mojom.h"
|
| +#include "mojo/services/authentication/interfaces/authentication.mojom.h"
|
|
|
| namespace authentication {
|
| namespace {
|
|
|