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

Unified Diff: ui/gfx/mac/nsimage_cache.mm

Issue 7200045: Move app/mac/ files to ui/gfx/mac/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months 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: ui/gfx/mac/nsimage_cache.mm
diff --git a/app/mac/nsimage_cache.mm b/ui/gfx/mac/nsimage_cache.mm
similarity index 95%
rename from app/mac/nsimage_cache.mm
rename to ui/gfx/mac/nsimage_cache.mm
index a399b74b21dc80958917c7d6c9b07a69cd4faf98..29f5959fc36ef5fd56ee02b92b046c9d75023cec 100644
--- a/app/mac/nsimage_cache.mm
+++ b/ui/gfx/mac/nsimage_cache.mm
@@ -1,8 +1,8 @@
-// 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.
-#include "app/mac/nsimage_cache.h"
+#include "ui/gfx/mac/nsimage_cache.h"
#import <AppKit/AppKit.h>

Powered by Google App Engine
This is Rietveld 408576698