| Index: components/exo/shell_surface.h
|
| diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h
|
| index 132508ed4802cba49a756b7b3d89d1d3803c770c..0045a317dec1b1b394d815619f40de257a000595 100644
|
| --- a/components/exo/shell_surface.h
|
| +++ b/components/exo/shell_surface.h
|
| @@ -149,7 +149,7 @@ class ShellSurface : public SurfaceDelegate,
|
| // Sets the application ID for the window. The application ID identifies the
|
| // general class of applications to which the window belongs.
|
| static void SetApplicationId(aura::Window* window, const std::string& id);
|
| - static const std::string GetApplicationId(aura::Window* window);
|
| + static const std::string* GetApplicationId(aura::Window* window);
|
|
|
| // Set the application ID for the surface.
|
| void SetApplicationId(const std::string& application_id);
|
|
|