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

Unified Diff: chrome/browser/background/background_contents.cc

Issue 793403003: Move BackgroundContents to the directory in which it belongs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pageidcrash
Patch Set: rebase Created 6 years 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
Index: chrome/browser/background/background_contents.cc
diff --git a/chrome/browser/tab_contents/background_contents.cc b/chrome/browser/background/background_contents.cc
similarity index 99%
rename from chrome/browser/tab_contents/background_contents.cc
rename to chrome/browser/background/background_contents.cc
index 3ff6fd1b29b2c7330b07978ea15e84d68d5a1833..137ade49764fdea7840b661ca902b397fcd92281 100644
--- a/chrome/browser/tab_contents/background_contents.cc
+++ b/chrome/browser/background/background_contents.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/tab_contents/background_contents.h"
+#include "chrome/browser/background/background_contents.h"
#include "chrome/browser/background/background_contents_service.h"
#include "chrome/browser/chrome_notification_types.h"
« no previous file with comments | « chrome/browser/background/background_contents.h ('k') | chrome/browser/background/background_contents_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698