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

Unified Diff: content/gpu/gpu_watchdog_thread.cc

Issue 8382021: Move resource_codes to content/public/common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « content/content_common.gypi ('k') | content/public/common/result_codes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_watchdog_thread.cc
===================================================================
--- content/gpu/gpu_watchdog_thread.cc (revision 107012)
+++ content/gpu/gpu_watchdog_thread.cc (working copy)
@@ -12,7 +12,7 @@
#include "base/process_util.h"
#include "base/process.h"
#include "build/build_config.h"
-#include "content/common/result_codes.h"
+#include "content/public/common/result_codes.h"
namespace {
const int64 kCheckPeriod = 2000;
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/result_codes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698