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

Unified Diff: tools/viewer/Viewer.h

Issue 1944413005: More refactoring for Viewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix up Android Created 4 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 | « tools/viewer/Slide.h ('k') | tools/viewer/Viewer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/viewer/Viewer.h
diff --git a/tools/viewer/viewer/Viewer.h b/tools/viewer/Viewer.h
similarity index 95%
rename from tools/viewer/viewer/Viewer.h
rename to tools/viewer/Viewer.h
index 43d29baa96b340a5d546f57707bb2765fc597658..2ae7ae39f9e62b2e410c93a4b1b7e8cc2c6330e7 100644
--- a/tools/viewer/viewer/Viewer.h
+++ b/tools/viewer/Viewer.h
@@ -8,8 +8,8 @@
#ifndef Viewer_DEFINED
#define Viewer_DEFINED
-#include "../Application.h"
-#include "../Window.h"
+#include "sk_app/Application.h"
+#include "sk_app/Window.h"
#include "gm.h"
#include "SkAnimTimer.h"
#include "Slide.h"
« no previous file with comments | « tools/viewer/Slide.h ('k') | tools/viewer/Viewer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698