| Index: chrome/browser/ui/views/ash/screenshot_taker.h
|
| diff --git a/chrome/browser/ui/views/aura/screenshot_taker.h b/chrome/browser/ui/views/ash/screenshot_taker.h
|
| similarity index 80%
|
| rename from chrome/browser/ui/views/aura/screenshot_taker.h
|
| rename to chrome/browser/ui/views/ash/screenshot_taker.h
|
| index c6707e24a798f17f8bacd5fb313f016da54684b4..fd397bd39ffa6944172800bb74a91edbfc8b3b16 100644
|
| --- a/chrome/browser/ui/views/aura/screenshot_taker.h
|
| +++ b/chrome/browser/ui/views/ash/screenshot_taker.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 CHROME_BROWSER_UI_VIEWS_AURA_SCREENSHOT_TAKER_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_AURA_SCREENSHOT_TAKER_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_ASH_SCREENSHOT_TAKER_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_ASH_SCREENSHOT_TAKER_H_
|
| #pragma once
|
|
|
| #include "ash/screenshot_delegate.h"
|
| @@ -27,4 +27,4 @@ class ScreenshotTaker : public ash::ScreenshotDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(ScreenshotTaker);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_AURA_SCREENSHOT_TAKER_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_ASH_SCREENSHOT_TAKER_H_
|
|
|