Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2313)

Unified Diff: content/browser/window_util_mac_unittest.mm

Issue 11399002: Implemented GetWindowSnapshot on RenderViewImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/window_util_mac_unittest.mm
diff --git a/chrome/browser/ui/window_snapshot/window_snapshot_mac_unittest.mm b/content/browser/window_util_mac_unittest.mm
similarity index 97%
rename from chrome/browser/ui/window_snapshot/window_snapshot_mac_unittest.mm
rename to content/browser/window_util_mac_unittest.mm
index c42ffba573f95005fd8c8c8b540abde0381d250e..747afe355cff6fbd3cec82e59a3eeb006344a462 100644
--- a/chrome/browser/ui/window_snapshot/window_snapshot_mac_unittest.mm
+++ b/content/browser/window_util_mac_unittest.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/window_snapshot/window_snapshot.h"
+#include "content/public/browser/window_util.h"
#import <Cocoa/Cocoa.h>

Powered by Google App Engine
This is Rietveld 408576698