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 95% |
rename from chrome/browser/ui/window_snapshot/window_snapshot_mac_unittest.mm |
rename to content/browser/window_util_mac_unittest.mm |
index c42ffba573f95005fd8c8c8b540abde0381d250e..65974b7a38d7594e417402e18ba268963acc6296 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> |
@@ -20,7 +20,7 @@ |
#endif // 10.7 |
-namespace chrome { |
+namespace content { |
namespace { |
typedef PlatformTest GrabWindowSnapshotTest; |
@@ -59,4 +59,4 @@ TEST_F(GrabWindowSnapshotTest, TestGrabWindowSnapshot) { |
} |
} // namespace |
-} // namespace chrome |
+} // namespace content |