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

Unified Diff: chrome/browser/gpu/three_d_api_observer.h

Issue 277623003: Move ThreeDAPIObserver from chrome/browser to chrome/browser/gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 7 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/gpu/three_d_api_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gpu/three_d_api_observer.h
diff --git a/chrome/browser/three_d_api_observer.h b/chrome/browser/gpu/three_d_api_observer.h
similarity index 81%
rename from chrome/browser/three_d_api_observer.h
rename to chrome/browser/gpu/three_d_api_observer.h
index b1a76fa457408d21973a593fcb74f8a641f97865..c662adba5735f889a095bfba947a8a8681677521 100644
--- a/chrome/browser/three_d_api_observer.h
+++ b/chrome/browser/gpu/three_d_api_observer.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_THREE_D_API_OBSERVER_H_
-#define CHROME_BROWSER_THREE_D_API_OBSERVER_H_
+#ifndef CHROME_BROWSER_GPU_THREE_D_API_OBSERVER_H_
+#define CHROME_BROWSER_GPU_THREE_D_API_OBSERVER_H_
#include "base/compiler_specific.h"
#include "content/public/browser/gpu_data_manager_observer.h"
@@ -22,4 +22,4 @@ class ThreeDAPIObserver : public content::GpuDataManagerObserver {
DISALLOW_COPY_AND_ASSIGN(ThreeDAPIObserver);
};
-#endif // CHROME_BROWSER_THREE_D_API_OBSERVER_H_
+#endif // CHROME_BROWSER_GPU_THREE_D_API_OBSERVER_H_
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/gpu/three_d_api_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698