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

Unified Diff: ui/aura/bench/bench_main.cc

Issue 10808072: ui: No need to typedef testing::Test in unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | ui/aura/window_property.h » ('j') | ui/aura/window_property.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/bench/bench_main.cc
diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc
index 0430901493db289cdf503829a5ee21c76ed28faa..9c0c02b62db47967d95d1ad891e7c898c7d4fd51 100644
--- a/ui/aura/bench/bench_main.cc
+++ b/ui/aura/bench/bench_main.cc
@@ -10,6 +10,7 @@
#include "base/message_loop.h"
#include "base/string_split.h"
#include "base/time.h"
+#include "third_party/khronos/GLES2/gl2.h"
#include "third_party/skia/include/core/SkXfermode.h"
#include "ui/aura/env.h"
#include "ui/aura/event.h"
@@ -27,7 +28,6 @@
#include "ui/gfx/canvas.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/skia_util.h"
-#include "third_party/khronos/GLES2/gl2.h"
#ifndef GL_GLEXT_PROTOTYPES
#define GL_GLEXT_PROTOTYPES 1
#endif
@@ -278,7 +278,7 @@ class SoftwareScrollBench : public BenchCompositorObserver {
DISALLOW_COPY_AND_ASSIGN(SoftwareScrollBench);
};
-} // anonymous namespace
+} // namespace
int main(int argc, char** argv) {
CommandLine::Init(argc, argv);
« no previous file with comments | « no previous file | ui/aura/window_property.h » ('j') | ui/aura/window_property.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698