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

Unified Diff: ui/gfx/x/x11_error_tracker.cc

Issue 966173002: Cleanup: Include the associated header file before other includes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/x/x11_error_tracker.cc
diff --git a/ui/gfx/x/x11_error_tracker.cc b/ui/gfx/x/x11_error_tracker.cc
index 110f79ccd029513b9f3225c983bab5e1095b17d6..859e71824a3e4876fce27623a89b6613c38dfb4d 100644
--- a/ui/gfx/x/x11_error_tracker.cc
+++ b/ui/gfx/x/x11_error_tracker.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/logging.h"
#include "ui/gfx/x/x11_error_tracker.h"
+#include "base/logging.h"
#include "ui/gfx/x/x11_types.h"
namespace {
@@ -16,7 +16,8 @@ int X11ErrorHandler(Display* display, XErrorEvent* error) {
g_x11_error_code = error->error_code;
return 0;
}
-}
+
+} // namespace
namespace gfx {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698