| Index: chrome/browser/chromeos/wm_overview_snapshot.cc
|
| diff --git a/chrome/browser/chromeos/wm_overview_snapshot.cc b/chrome/browser/chromeos/wm_overview_snapshot.cc
|
| index d59dda04117ebc9c84633dc94ffc253406412998..494ec327350966b9a9a52a77ba3f8220a7d15a9e 100644
|
| --- a/chrome/browser/chromeos/wm_overview_snapshot.cc
|
| +++ b/chrome/browser/chromeos/wm_overview_snapshot.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -12,7 +12,7 @@
|
| #include "ui/base/x/x11_util.h"
|
| #include "views/controls/image_view.h"
|
| #include "views/controls/label.h"
|
| -#include "views/grid_layout.h"
|
| +#include "views/layout/grid_layout.h"
|
|
|
| using std::vector;
|
|
|
|
|